Skip to content

Commit f02a1be

Browse files
authored
Fix wheel build CI jobs by installing torchvision
#11653 added `--example` argument to install torchvision. We need to add that for testing wheels.
1 parent 9bb0735 commit f02a1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/wheel/pre_build_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ set -euxo pipefail
1414
# which does install them. Though we'd need to disable build isolation to be
1515
# able to see the installed torch package.
1616

17-
"${GITHUB_WORKSPACE}/${REPOSITORY}/install_requirements.sh"
17+
"${GITHUB_WORKSPACE}/${REPOSITORY}/install_requirements.sh --example"

0 commit comments

Comments
 (0)