Skip to content

Commit 93e95db

Browse files
authored
fix nightly build (#476)
1 parent 26e2429 commit 93e95db

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.azure-pipelines/linux-CI-nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
python -m pip install $(ONNX_PATH)
4848
python -m pip install hummingbird-ml --no-deps
4949
python -m pip install -r requirements.txt
50+
pip install torch==1.8.1+cpu torchvision==0.9.1+cpu torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
5051
python -m pip install -r requirements-dev.txt
5152
python -m pip install $(ORT_PATH)
5253
python -m pip install pytest

.azure-pipelines/win32-CI-nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
pip install %COREML_PATH% %ONNX_PATH%
4646
pip install humming-bird-ml --no-deps
4747
pip install -r requirements.txt
48+
python -m pip install torch==1.8.1+cpu torchvision==0.9.1+cpu torchaudio===0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
4849
pip install -r requirements-dev.txt
4950
pip install %ONNXRT_PATH%
5051
displayName: 'Install dependencies'

0 commit comments

Comments
 (0)