Skip to content

Commit

Permalink
break system packages for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
keepingitneil committed Apr 27, 2024
1 parent 826d6f0 commit 80c54c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-rtc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ jobs:
submodules: true

- uses: actions/setup-python@v4
with:
python-version: "3.10"

- name: Install cibuildwheel
run: python3 -m pip install cibuildwheel==2.15.0
run: python3 -m pip install --break-system-packages cibuildwheel==2.15.0

- name: Build wheels
run: python3 -m cibuildwheel --output-dir dist
Expand Down

0 comments on commit 80c54c7

Please sign in to comment.