Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
update pipeline (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicm-ms authored Feb 12, 2020
1 parent 33c34ce commit 42a2cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pipelines-it-local-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- script: |
python -m pip install scikit-learn==0.20.0 --user
python -m pip install keras==2.1.6 --user
python -m pip install torch===1.3.0 torchvision===0.5.0 -f https://download.pytorch.org/whl/torch_stable.html --user
python -m pip install torch===1.2.0 torchvision===0.4.1 -f https://download.pytorch.org/whl/torch_stable.html --user
python -m pip install tensorflow-gpu==1.11.0 --user
displayName: 'Install dependencies for integration tests'
- script: |
Expand Down

0 comments on commit 42a2cfa

Please sign in to comment.