We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b70af7 commit 491020fCopy full SHA for 491020f
.azure-pipelines/windows.yml
@@ -29,9 +29,11 @@ jobs:
29
displayName: 'Update build tools'
30
- script: |
31
python -m pip install --find-links %EXTRA_WHEELS% %DEPENDS%
32
+ python -m pip install nose mock coverage codecov
33
+ python -m pip install pytest
34
displayName: 'Install dependencies'
35
- python -m pip install .[test]
36
+ python -m pip install .
37
SET NIBABEL_DATA_DIR=%CD%\\nibabel-data
38
displayName: 'Install nibabel'
39
0 commit comments