Skip to content

Commit 45054df

Browse files
committed
no explicit pip commands in Windows, always use pacman
1 parent cd4b4bf commit 45054df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ jobs:
195195
shell: msys2 {0}
196196
run: |
197197
pacman --noconfirm -S python-pip
198-
pip install --upgrade pip
199198
200199
- name: Build Python bindings
201200
shell: msys2 {0}
@@ -204,7 +203,7 @@ jobs:
204203
EXTRA_LIB_DIRS: /mingw64/lib
205204
run: |
206205
cd src/runtime/python
207-
python -m pip install setuptools
206+
pacman --noconfirm -S python-setuptools
208207
python setup.py build
209208
python setup.py install
210209
cp /usr/lib/python3.9/site-packages/pgf* /c/tmp-dist/python

0 commit comments

Comments
 (0)