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 c084782
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
sudo installer -pkg ~/python.pkg -target /
unlink /usr/local/bin/python || true
ln -s /usr/local/bin/python3 /usr/local/bin/python
mkdir -p ~/.config/pip
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 c084782

Please sign in to comment.