From 4b385717a169b3b0b10f7db88108dcf3b3043fb0 Mon Sep 17 00:00:00 2001 From: Marc Culler Date: Wed, 4 Dec 2024 14:47:42 -0600 Subject: [PATCH] Try building with python.org python --- .github/workflows/macOS.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 1502972..d79789b 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -10,8 +10,11 @@ jobs: PYTHON: /Library/Frameworks/Python.framework/Versions/3.13/bin/python3 steps: - - name: Checkout repo + - name: Checkout repo and install Python uses: actions/checkout@v4 + uses: actions/setup-python@v5 + with: + python-version: '3.13' - name: Clone Snappy repo run: |