Skip to content

Commit

Permalink
Try to force a specific python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltca committed Mar 7, 2024
1 parent 240d11b commit c20e4f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Install other prerequisites
run: |
Expand Down

0 comments on commit c20e4f4

Please sign in to comment.