Skip to content

Commit

Permalink
fix(ci/python): enable --break-system-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 24, 2024
1 parent 03e15b2 commit d807303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
os: ${{ matrix.os }}

- name: 🛞 CIBuildWheel
run: python -m pip install cibuildwheel==2.17.0
run: pip install cibuildwheel==2.17.0 --break-system-packages

- name: 🛠️ Build VTK (Windows)
if: ${{ matrix.os == 'windows-latest' }}
Expand Down

0 comments on commit d807303

Please sign in to comment.