Skip to content

Commit c271b30

Browse files
committed
Add scipy to DevOps.
1 parent bf2480f commit c271b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- script: python -m pip install --upgrade pip setuptools wheel
4242
condition: succeeded()
4343
displayName: 'Install tools'
44-
- script: python -m pip install pytest pytest-cov numpy pandas
44+
- script: python -m pip install pytest pytest-cov numpy pandas scipy
4545
condition: succeeded()
4646
displayName: 'Install test requirements'
4747
- script: python -m pip install torch==1.6.0+cpu -f https://download.pytorch.org/whl/torch_stable.html

0 commit comments

Comments
 (0)