Henry Schreiner
2021-04-25 00:55:16 -04:00
committed by Henry Schreiner
parent e6cab342a8
commit f27943608b
11 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
pool: {vmImage: 'vs2017-win2016'}
steps:
- task: UsePythonVersion@0
- script: choco install vcpython27 -f -y
- script: choco upgrade vcpython27 -y
displayName: Install Visual C++ for Python 2.7
- bash: |
set -o errexit