Skip to content

Commit

Permalink
Update pip-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Grantim authored Dec 7, 2023
1 parent 7695f7f commit 922e42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ jobs:
- name: Fix links
run: |
find ${{ matrix.brew-bin-loc }} -lname '*/Library/Frameworks/Python.framework/*' -delete
sudo rm -rf /Library/Frameworks/Python.framework/
rm -rf /Library/Frameworks/Python.framework/
brew install --force python@${{ matrix.py-version }} && brew unlink python@${{ matrix.py-version }} && brew unlink python@${{ matrix.py-version }} && brew link --overwrite python@${{ matrix.py-version }}
- name: Python setup
Expand Down

0 comments on commit 922e42c

Please sign in to comment.