Skip to content

Commit c049a4e

Browse files
committed
CI: Install test requirements through extra dependencies
1 parent 49be50a commit c049a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
displayName: 'Update build tools'
3131
- script: |
3232
python -m pip install --find-links %EXTRA_WHEELS% %DEPENDS%
33-
python -m pip install nose coverage codecov pytest pytest-cov
3433
displayName: 'Install dependencies'
3534
- script: |
3635
python -m pip install .[$(CHECK_TYPE)]
@@ -44,6 +43,7 @@ jobs:
4443
displayName: 'Pytest tests'
4544
condition: and(succeeded(), eq(variables['CHECK_TYPE'], 'test'))
4645
- script: |
46+
python -m pip install codecov
4747
cd for_testing
4848
codecov
4949
displayName: 'Upload To Codecov'

0 commit comments

Comments
 (0)