Skip to content

Commit d773657

Browse files
committed
Testing
1 parent e695ef4 commit d773657

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

0 commit comments

Comments
 (0)