We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da56762 commit 5a3d7e6Copy full SHA for 5a3d7e6
eng/templates/ci-tests.yml
@@ -23,6 +23,7 @@ jobs:
23
- bash: |
24
python -m pip install --upgrade pip
25
python -m pip install -U -e .[dev]
26
+ python -m pip install werkzeug
27
displayName: 'Install dependencies'
28
29
python -m pytest --cache-clear --cov=./azure --cov-report=xml --cov-branch tests
eng/templates/jobs/ci-tests.yml
0 commit comments