From 89d4e5e23d7df51950e2867eafa54754218977b1 Mon Sep 17 00:00:00 2001 From: frostming Date: Mon, 5 Aug 2019 19:06:02 +0800 Subject: [PATCH] try fixing version spec --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5f36b459..f1e81bac 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,7 +30,7 @@ jobs: strategy: matrix: Python27: - python.version: '2.7' + python.version: '2.7.16' python.architecture: x64 Python36: python.version: '3.6'