From 1a2e8914cab53ce99d3232a5db0c00b32061f6e6 Mon Sep 17 00:00:00 2001 From: Hannah Kennedy Date: Mon, 4 Feb 2019 14:14:47 -0500 Subject: [PATCH] Removes the `--no-use-pep517` flag on the Mac build. Prematurely added. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a511e14..9dc89d7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -86,7 +86,7 @@ phases: name: Hosted macOS steps: - script: | - pip3 install --no-use-pep517 -r src/requirements.txt + pip3 install -r src/requirements.txt displayName: install requirements - script: | python3 -m pylint src