mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Fix Circle CI for ONNX repo (#19725)
Summary: New pip package becomes more restricted. We need to add extra flag to make the installation work. Pull Request resolved: https://github.com/pytorch/pytorch/pull/19725 Differential Revision: D15078698 Pulled By: houseroad fbshipit-source-id: bbd782a0c913b5a1db3e9333de1ca7d88dc312f1
This commit is contained in:
parent
0effe1d4a4
commit
bbedadddce
|
|
@ -10,7 +10,7 @@ tp2_dir="$top_dir/third_party"
|
|||
pip install ninja
|
||||
|
||||
# Install onnx
|
||||
pip install -e "$tp2_dir/onnx"
|
||||
pip install --no-use-pep517 -e "$tp2_dir/onnx"
|
||||
|
||||
# Install caffe2 and pytorch
|
||||
pip install -r "$top_dir/caffe2/requirements.txt"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user