Skip to content

Commit

Permalink
[CI] Use --break-system-packages on Alpine (WebAssembly#6167)
Browse files Browse the repository at this point in the history
Something changed in how CI sets up Python and now this is needed to avoid an error.
  • Loading branch information
kripken authored and radekdoulik committed Jul 12, 2024
1 parent 2dd66ad commit 49a16af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
./alpine.sh apk add build-base cmake git python3 py3-pip clang ninja
- name: install python dev dependencies
run: ./alpine.sh pip3 install -r requirements-dev.txt
run: ./alpine.sh pip3 install --break-system-packages -r requirements-dev.txt

- name: cmake
run: |
Expand Down

0 comments on commit 49a16af

Please sign in to comment.