Skip to content

Commit 5a3d7e6

Browse files
committed
Adding werkzeug in tests pipelines
1 parent da56762 commit 5a3d7e6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

eng/templates/ci-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- bash: |
2424
python -m pip install --upgrade pip
2525
python -m pip install -U -e .[dev]
26+
python -m pip install werkzeug
2627
displayName: 'Install dependencies'
2728
- bash: |
2829
python -m pytest --cache-clear --cov=./azure --cov-report=xml --cov-branch tests

eng/templates/jobs/ci-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- bash: |
2424
python -m pip install --upgrade pip
2525
python -m pip install -U -e .[dev]
26+
python -m pip install werkzeug
2627
displayName: 'Install dependencies'
2728
- bash: |
2829
python -m pytest --cache-clear --cov=./azure --cov-report=xml --cov-branch tests

0 commit comments

Comments
 (0)