diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 923fea84c..6c1891896 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -71,7 +71,8 @@ steps: - script: | python -m pip install --upgrade pip pip install pytest pytest-azurepipelines - pip install -e . + python setup.py install +# pip install -e . displayName: "Install project dependencies" #- script: | # pip install -r requirements.txt