Skip to content

Commit b6b19b3

Browse files
committed
add Python to path
1 parent 95ebeea commit b6b19b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

+3
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ install:
207207
curl -o install_python.ps1 https://raw.githubusercontent.com/matthew-brett/multibuild/11a389d78892cf90addac8f69433d5e22bfa422a/install_python.ps1
208208
.\install_python.ps1
209209
}
210+
- ps: if (-not (Test-Path $env:PYTHON)) { throw "No $env:PYTHON" }
211+
- "set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
212+
- python --version
210213

211214
build_script:
212215
- cmd: |

0 commit comments

Comments
 (0)