Skip to content

Commit 39740d9

Browse files
authored
Remove torchonly restictions from aarch64 builds (#1517)
1 parent 1e281be commit 39740d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/scripts/validate_binaries.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ else
3232

3333
if [[ ${TARGET_OS} == 'windows' ]]; then
3434
python ./test/smoke_test/smoke_test.py ${TEST_SUFFIX}
35-
elif [[ ${TARGET_OS} == 'linux-aarch64' ]]; then
36-
python3 ./test/smoke_test/smoke_test.py --package=torchonly
3735
else
3836
python3 ./test/smoke_test/smoke_test.py ${TEST_SUFFIX}
3937
fi

0 commit comments

Comments
 (0)