Install vcpython27 while working around the dotnet3.5 install error

This commit is contained in:
Joe Rickerby
2020-09-01 22:45:46 +01:00
parent 10585d2882
commit 9a444b1ab8
2 changed files with 8 additions and 5 deletions
+3 -1
View File
@@ -24,7 +24,9 @@ windows:
- windows
- windows-1809
script:
- choco install python --version 3.8.5 -y
- choco install python2 vcredist2008 -f -y
- choco install --ignore-dependencies vcpython27 -f -y
- choco install python --version 3.8.5 -f -y
- $env:PATH="C:\Python38;C:\Python38\Scripts;$env:PATH"
- python -m pip install cibuildwheel
- cibuildwheel --output-dir wheelhouse