Skip to content

Commit

Permalink
Fix for the externally-managed-environment error in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Oct 16, 2024
1 parent fbcdd30 commit b2f8f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
cd ./dist
tar -xzf blosc2-*.tar.gz
cd ./blosc2-*/
pip install -e .[test]
pip install -e .[test] --break-system-packages
- name: Test sdist package with pytest
run: |
Expand Down

0 comments on commit b2f8f74

Please sign in to comment.