Skip to content

Commit

Permalink
Ignore system package warnings in github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Apr 27, 2024
1 parent 12360ee commit 74c883c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
sudo installer -pkg ~/python.pkg -target /
unlink /usr/local/bin/python || true
ln -s /usr/local/bin/python3 /usr/local/bin/python
echo "[global]\nbreak-system-packages = true" > ~/.config/pip/pip.conf
- uses: actions/cache@v4
with:
path: ~/Library/Caches/pip
Expand Down

0 comments on commit 74c883c

Please sign in to comment.