mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Install Python dev tools
This commit is contained in:
1
.github/workflows/build-windows-package.yml
vendored
1
.github/workflows/build-windows-package.yml
vendored
@@ -67,6 +67,7 @@ jobs:
|
|||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
run: |
|
run: |
|
||||||
cd src/runtime/python
|
cd src/runtime/python
|
||||||
|
pip install python-dev-tools
|
||||||
python setup.py build
|
python setup.py build
|
||||||
python setup.py install
|
python setup.py install
|
||||||
cp build/*/pgf.so /c/tmp-dist
|
cp build/*/pgf.so /c/tmp-dist
|
||||||
|
|||||||
Reference in New Issue
Block a user