Skip to content

Commit d54d9f3

Browse files
committed
Use plain python.exe for windows CI on Azure.
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 9d98bf4 commit d54d9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/ci/azure-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- script: |
3333
python --version
34-
echo | set /p=py $(python_version)> PYTHON_EXECUTABLE
34+
echo | set /p=python> PYTHON_EXECUTABLE
3535
configure --dev
3636
displayName: 'Run Configure'
3737

0 commit comments

Comments
 (0)