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