From 7564a6335308fb14501cb04eceb555ea291c5dd0 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen <jpakkane@gmail.com> Date: Mon, 25 Feb 2019 22:25:16 +0200 Subject: [PATCH] Copy python3.5 to python3 so tests pass on Cygwin. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 23cbda7cb..fa24b32a1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -82,6 +82,7 @@ jobs: displayName: Install Dependencies - 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 displayName: Run Tests - task: CopyFiles@2