From 408af6e8426569959606b4a5b6caa974f21d97a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 24 Jul 2019 18:36:52 +0300 Subject: [PATCH] Install requirements_test.txt for flake8 in Azure CI (#25463) Was missing specified versions, as well as flake8-docstrings altogether. --- azure-pipelines-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index a27d7659f1f..871ebeded07 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -40,7 +40,7 @@ stages: python -m venv venv . venv/bin/activate - pip install flake8 + pip install -r requirements_test.txt displayName: 'Setup Env' - script: | . venv/bin/activate