forked from GitHub/gf-core
Inherit path when running pip
This commit is contained in:
3
.github/workflows/build-windows-package.yml
vendored
3
.github/workflows/build-windows-package.yml
vendored
@@ -59,6 +59,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Python build tools
|
- name: Install Python build tools
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
|
env:
|
||||||
|
MSYS2_PATH_TYPE: inherit
|
||||||
run: |
|
run: |
|
||||||
pip install python-dev-tools
|
pip install python-dev-tools
|
||||||
|
|
||||||
@@ -68,7 +70,6 @@ jobs:
|
|||||||
EXTRA_INCLUDE_DIRS: /mingw64/include
|
EXTRA_INCLUDE_DIRS: /mingw64/include
|
||||||
EXTRA_LIB_DIRS: /mingw64/lib
|
EXTRA_LIB_DIRS: /mingw64/lib
|
||||||
run: |
|
run: |
|
||||||
pip install python-dev-tools
|
|
||||||
cd src/runtime/python
|
cd src/runtime/python
|
||||||
python setup.py build
|
python setup.py build
|
||||||
python setup.py install
|
python setup.py install
|
||||||
|
|||||||
Reference in New Issue
Block a user