Skip to content

Commit c042ceb

Browse files
Suriya Dakshina MurthySuriya Dakshina Murthy
authored andcommitted
move from pip->pipx
1 parent 84f96bd commit c042ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-emscripten.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
steps:
2828
- name: Install dependencies
2929
run: |
30-
brew install ninja emscripten
31-
python3 -m pip install Pillow
30+
brew install ninja emscripten pipx
31+
pipx install Pillow
3232
3333
- uses: actions/checkout@v3
3434
with:

0 commit comments

Comments
 (0)