From 398e29253616c3cc07e1dbe4cb45fe8c99a91fb6 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Wed, 19 Feb 2020 14:20:47 -0800 Subject: [PATCH] noticed Ans280_27 was actually running ans 2.6.2, so setting VER explicitly --- .ci/azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index c311acef..2a5b5288 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -18,6 +18,7 @@ jobs: Ans280_27: python.version: '2.7' MODE: localhost_ansible + VER: 2.8.0 - job: Linux