From e610cb72eef3e291a1a4256a39e474b42c1d29c0 Mon Sep 17 00:00:00 2001 From: cclauss Date: Sat, 20 Apr 2019 09:35:32 +0200 Subject: [PATCH] There is no requirements.txt file --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 03e626ee..9360c257 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,7 +23,7 @@ steps: - script: | python -m pip install --upgrade pip - pip install -r requirements.txt + # pip install -r requirements.txt displayName: 'Install dependencies' - script: |