We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36ec4a commit f13aebcCopy full SHA for f13aebc
1 file changed
.azdo/ci-pr.yaml
@@ -22,7 +22,7 @@ steps:
22
- script: |
23
python -m pip install --upgrade pip
24
python -m pip install flake8 black build
25
- if [ -f dev_dependencies.txt ]; then pip install -r dev_dependencies.txt; fi
+ python -m pip install -e .[dev]
26
displayName: 'Install dependencies'
27
28
0 commit comments