Use cmd syntax to change PATH
This commit is contained in:
@@ -25,7 +25,7 @@ windows:
|
|||||||
- windows-1809
|
- windows-1809
|
||||||
script:
|
script:
|
||||||
- choco install python --version 3.8.5 -y
|
- choco install python --version 3.8.5 -y
|
||||||
- export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
|
- set PATH=C:\Python38;C:\Python38\Scripts;%PATH%
|
||||||
- python -m pip install cibuildwheel
|
- python -m pip install cibuildwheel
|
||||||
- cibuildwheel --output-dir wheelhouse
|
- cibuildwheel --output-dir wheelhouse
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|||||||
Reference in New Issue
Block a user