File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments