Skip to content

Commit 07d4c1c

Browse files
authored
Fix torch install (#6101)
onnx failure is expected merging this
1 parent 24508c0 commit 07d4c1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ commands:
142142
default: true
143143
steps:
144144
- pip_install:
145-
args: --pre torch --extra-index-url https://download.pytorch.org/whl/test/cpu/torch_test.html
145+
args: --pre torch -f https://download.pytorch.org/whl/test/cpu/torch_test.html
146146
descr: Install PyTorch from nightly releases
147147
- pip_install:
148148
args: --no-build-isolation <<# parameters.editable >> --editable <</ parameters.editable >> .

0 commit comments

Comments
 (0)