We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ebeea commit b6b19b3Copy full SHA for b6b19b3
appveyor.yml
@@ -207,6 +207,9 @@ install:
207
curl -o install_python.ps1 https://raw.githubusercontent.com/matthew-brett/multibuild/11a389d78892cf90addac8f69433d5e22bfa422a/install_python.ps1
208
.\install_python.ps1
209
}
210
+ - ps: if (-not (Test-Path $env:PYTHON)) { throw "No $env:PYTHON" }
211
+ - "set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
212
+ - python --version
213
214
build_script:
215
- cmd: |
0 commit comments