Skip to content

Commit 446d976

Browse files
authored
[CI] Fix alpine builds (WebAssembly#4284)
It seems that now alpine requires pip3.
1 parent 77be470 commit 446d976

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
- name: install packages
172172
run: |
173173
./alpine.sh apk update
174-
./alpine.sh apk add build-base cmake git python3 clang ninja
174+
./alpine.sh apk add build-base cmake git python3 py3-pip clang ninja
175175
176176
- name: install python dev dependencies
177177
run: ./alpine.sh pip3 install -r requirements-dev.txt

0 commit comments

Comments
 (0)