There was an error while loading. Please reload this page.
1 parent bf2480f commit c271b30Copy full SHA for c271b30
azure-pipelines.yml
@@ -41,7 +41,7 @@ jobs:
41
- script: python -m pip install --upgrade pip setuptools wheel
42
condition: succeeded()
43
displayName: 'Install tools'
44
- - script: python -m pip install pytest pytest-cov numpy pandas
+ - script: python -m pip install pytest pytest-cov numpy pandas scipy
45
46
displayName: 'Install test requirements'
47
- script: python -m pip install torch==1.6.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
0 commit comments