Skip to content

Commit f13aebc

Browse files
Fix ci-pr.yml install (#59)
Co-authored-by: Tim Pellissier <tpellissier@microsoft.com>
1 parent e36ec4a commit f13aebc

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)