Skip to content

Commit

Permalink
Try building with python.org python
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Dec 4, 2024
1 parent 9a45ff4 commit 4b38571
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4b38571

Please sign in to comment.