diff --git a/.azdo/ci-pr.yaml b/.azdo/ci-pr.yaml index 2a2c566..5e1a715 100644 --- a/.azdo/ci-pr.yaml +++ b/.azdo/ci-pr.yaml @@ -22,7 +22,7 @@ steps: - script: | python -m pip install --upgrade pip python -m pip install flake8 black build - if [ -f dev_dependencies.txt ]; then pip install -r dev_dependencies.txt; fi + python -m pip install -e .[dev] displayName: 'Install dependencies' - script: |