From 3192f5c095f0dfbb01db7642e75f1edf69975d29 Mon Sep 17 00:00:00 2001 From: Greg Lindahl Date: Mon, 14 Mar 2022 21:05:03 +0000 Subject: [PATCH] buggy version --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b6ae977..a4d0d57 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,6 +39,7 @@ jobs: - script: | python -m pip install --upgrade pip + pip install --update pytest>3.7.0 # skip buggy version pip install . .[test] displayName: 'Install dependencies'