Skip to content

Commit f32b152

Browse files
committed
Updated tests pipeline
1 parent 5a3d7e6 commit f32b152

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/templates/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
versionSpec: $(PYTHON_VERSION)
2323
- bash: |
2424
python -m pip install --upgrade pip
25-
python -m pip install -U -e .[dev]
2625
python -m pip install werkzeug
26+
python -m pip install -U -e .[dev]
2727
displayName: 'Install dependencies'
2828
- bash: |
2929
python -m pytest --cache-clear --cov=./azure --cov-report=xml --cov-branch tests

eng/templates/jobs/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
versionSpec: $(PYTHON_VERSION)
2323
- bash: |
2424
python -m pip install --upgrade pip
25-
python -m pip install -U -e .[dev]
2625
python -m pip install werkzeug
26+
python -m pip install -U -e .[dev]
2727
displayName: 'Install dependencies'
2828
- bash: |
2929
python -m pytest --cache-clear --cov=./azure --cov-report=xml --cov-branch tests

0 commit comments

Comments
 (0)