Skip to content

Commit 4a792f3

Browse files
committed
Try again with fixing windows python build
1 parent a8b18ff commit 4a792f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
cp jpgf.jar /c/tmp-dist/java
188188
if: false
189189

190-
- uses: actions/setup-python@v5
190+
# - uses: actions/setup-python@v5
191191

192192
- name: Build Python bindings
193193
shell: msys2 {0}
@@ -196,7 +196,7 @@ jobs:
196196
EXTRA_LIB_DIRS: /mingw64/lib
197197
run: |
198198
cd src/runtime/python
199-
pip install setuptools
199+
python -m pip install setuptools
200200
python setup.py build
201201
python setup.py install
202202
cp /usr/lib/python3.9/site-packages/pgf* /c/tmp-dist/python

0 commit comments

Comments
 (0)