Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs authored Mar 11, 2024
1 parent 88ebdbc commit 550f626
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ jobs:
- name: install mac dependencies
if: ${{ runner.os == 'macOS' }}
run: |
# Temporary fix, see https://github.com/actions/setup-python/issues/577
rm /usr/local/bin/2to3 || true
rm /usr/local/bin/idle3 || true
rm /usr/local/bin/pydoc3 || true
rm /usr/local/bin/python3 || true
rm /usr/local/bin/python3-config || true
brew update && \
brew install ccache
Expand Down

0 comments on commit 550f626

Please sign in to comment.