1
0
forked from GitHub/gf-core

Inherit path when running pip

This commit is contained in:
John J. Camilleri
2020-11-26 23:30:47 +01:00
parent 54c0949354
commit 78f42774da

View File

@@ -59,6 +59,8 @@ jobs:
- name: Install Python build tools
shell: msys2 {0}
env:
MSYS2_PATH_TYPE: inherit
run: |
pip install python-dev-tools
@@ -68,7 +70,6 @@ jobs:
EXTRA_INCLUDE_DIRS: /mingw64/include
EXTRA_LIB_DIRS: /mingw64/lib
run: |
pip install python-dev-tools
cd src/runtime/python
python setup.py build
python setup.py install