提交 23d3a09d 编写于 作者: O Olli-Pekka Heinisuo

download Python 3.9 manually

上级 7e104646
......@@ -137,6 +137,16 @@ environment:
matrix:
fast_finish: true
install:
- ps: |
if (-not (Test-Path $env:PYTHON)) {
curl -o install_python.ps1 https://raw.githubusercontent.com/matthew-brett/multibuild/devel/install_python.ps1
.\install_python.ps1
}
- ps: if (-not (Test-Path $env:PYTHON)) { throw "No $env:PYTHON" }
- "set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- python --version
build_script:
- cmd: |
"%PYTHON%/python.exe" -m pip install --upgrade pip
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册