Skip to content

Commit 752f24e

Browse files
committed
manually install pip, ACTUALLY on Windows
1 parent 3ca5a5a commit 752f24e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,13 @@ jobs:
191191
if: false
192192

193193
# - uses: actions/setup-python@v5
194-
194+
- name: Install pip
195+
shell: msys2 {0}
196+
run: |
197+
curl https://bootstrap.pypa.io/get-pip.py
198+
python get-pip.py
199+
rm get-pip.py
200+
195201
- name: Build Python bindings
196202
shell: msys2 {0}
197203
env:

0 commit comments

Comments
 (0)