Skip to content

Commit 364a1ce

Browse files
committed
testing
1 parent d773657 commit 364a1ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/validate-linux-binaries.yml

-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ jobs:
6969
if [[ ${{ matrix.package_type }} == "libtorch" ]]; then
7070
curl ${{ matrix.installation }} -o libtorch.zip
7171
unzip libtorch.zip
72-
if [[ ${{ matrix.libtorch_variant }} == "static-with-deps" ]]; then
73-
cd libtorch && ${PWD}/../check_binary.sh
74-
fi
7572
else
7673
eval $INSTALLATION
7774
python ./test/smoke_test/smoke_test.py

0 commit comments

Comments
 (0)