We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61468f commit 9dcdef0Copy full SHA for 9dcdef0
.ci/scripts/utils.sh
@@ -84,8 +84,8 @@ dedupe_macos_loader_path_rpaths() {
84
85
install_domains() {
86
echo "Install torchvision and torchaudio"
87
- pip install --no-use-pep517 --user "git+https://github.com/pytorch/audio.git@${TORCHAUDIO_VERSION}"
88
- pip install --no-use-pep517 --user "git+https://github.com/pytorch/vision.git@${TORCHVISION_VERSION}"
+ pip install --no-build-isolation --user "git+https://github.com/pytorch/audio.git@${TORCHAUDIO_VERSION}"
+ pip install --no-build-isolation --user "git+https://github.com/pytorch/vision.git@${TORCHVISION_VERSION}"
89
}
90
91
install_pytorch_and_domains() {
0 commit comments