Skip to content

Commit 60474a4

Browse files
committed
install pip on windows, but via pacman
1 parent fa285c3 commit 60474a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-binary-packages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,8 @@ jobs:
194194
- name: Install pip
195195
shell: msys2 {0}
196196
run: |
197-
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
198-
python get-pip.py
199-
rm get-pip.py
197+
pacman -S python-pip
198+
pip install --upgrade pip
200199
201200
- name: Build Python bindings
202201
shell: msys2 {0}

0 commit comments

Comments
 (0)