Skip to content

Commit d7f2a7c

Browse files
committed
Revert me later: Fix conda package smoke tests
1 parent 00d0ac6 commit d7f2a7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

check_binary.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ if [[ "$PACKAGE_TYPE" == 'libtorch' ]]; then
305305
build_example_cpp_with_incorrect_abi simple-torch-test
306306
fi
307307
else
308+
# NS: TODO remove me once changes to pytorch circleci test script are landed
309+
if [[ "$PACKAGE_TYPE" == 'conda' && "$(uname)" == 'Linux' ]]; then
310+
conda install -y sympy
311+
fi
308312
pushd /tmp
309313
python -c 'import torch'
310314
popd

0 commit comments

Comments
 (0)