Skip to content

Commit

Permalink
Prevent error if Python is currently linked
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles authored Nov 9, 2023
1 parent 5b7e487 commit 0c86356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Install Python 3.10
run: |
sudo installer -pkg ~/python.pkg -target /
unlink /usr/local/bin/python
unlink /usr/local/bin/python || true
ln -s /usr/local/bin/python3 /usr/local/bin/python
- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 0c86356

Please sign in to comment.