Skip to content

Commit dbe1caf

Browse files
committed
Add setuptools to windows build
1 parent 57aaed1 commit dbe1caf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ jobs:
197197
EXTRA_LIB_DIRS: /mingw64/lib
198198
run: |
199199
cd src/runtime/python
200+
pip install setuptools
200201
python setup.py build
201202
python setup.py install
202203
cp /usr/lib/python3.9/site-packages/pgf* /c/tmp-dist/python

0 commit comments

Comments
 (0)