diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fa24b32a1..186f77c6c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -83,7 +83,7 @@ jobs: - script: | set PATH=%CYGWIN_ROOT%\bin;%SYSTEMROOT%\system32 cp /usr/bin/python3.5 /usr/bin/python3 - env.exe -- python3.5 run_tests.py --backend=ninja + env.exe -- python3 run_tests.py --backend=ninja displayName: Run Tests - task: CopyFiles@2 condition: not(canceled())