Skip to content

Commit

Permalink
Adding werkzeug in tests pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-aguiar committed Nov 18, 2024
1 parent da56762 commit 5a3d7e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions eng/templates/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- bash: |
python -m pip install --upgrade pip
python -m pip install -U -e .[dev]
python -m pip install werkzeug
displayName: 'Install dependencies'
- bash: |
python -m pytest --cache-clear --cov=./azure --cov-report=xml --cov-branch tests
Expand Down
1 change: 1 addition & 0 deletions eng/templates/jobs/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- bash: |
python -m pip install --upgrade pip
python -m pip install -U -e .[dev]
python -m pip install werkzeug
displayName: 'Install dependencies'
- bash: |
python -m pytest --cache-clear --cov=./azure --cov-report=xml --cov-branch tests
Expand Down

0 comments on commit 5a3d7e6

Please sign in to comment.