From dc3f277aa2e03b6b59124339adcb5ebd6286c788 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Mon, 11 Mar 2019 19:00:47 +1300 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cfe1e301..1a68748d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,7 +29,7 @@ jobs: versionSpec: '$(python.version)' architecture: 'x64' - - script: python -m pip install --upgrade pip && pip install -r requirements.txt + - script: python -m pip install --upgrade pip && pip install -r libs/requirements.txt displayName: 'Install dependencies' - script: |