Skip to content

Commit 65dc366

Browse files
committed
Fix ci-pr.yml install
1 parent cb1d79e commit 65dc366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.azdo/ci-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ steps:
2222
- script: |
2323
python -m pip install --upgrade pip
2424
python -m pip install flake8 black build
25-
if [ -f dev_dependencies.txt ]; then pip install -r dev_dependencies.txt; fi
25+
python -m pip install -e .[dev]
2626
displayName: 'Install dependencies'
2727

2828
- script: |

0 commit comments

Comments
 (0)