Use Powershell syntax for changing PATH

This commit is contained in:
Joe Rickerby
2020-09-01 21:25:01 +01:00
parent 2fbaa36286
commit 10585d2882
+1 -1
View File
@@ -25,7 +25,7 @@ windows:
- windows-1809
script:
- choco install python --version 3.8.5 -y
- set PATH=C:\Python38;C:\Python38\Scripts;%PATH%
- $env:PATH="C:\Python38;C:\Python38\Scripts;$env:PATH"
- python -m pip install cibuildwheel
- cibuildwheel --output-dir wheelhouse
artifacts: