Use cmd syntax to change PATH

This commit is contained in:
Joe Rickerby
2020-08-31 21:02:19 +01:00
parent 4433ea4de1
commit 2fbaa36286
+1 -1
View File
@@ -25,7 +25,7 @@ windows:
- windows-1809
script:
- 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
- cibuildwheel --output-dir wheelhouse
artifacts: