We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54931c2 commit ce427deCopy full SHA for ce427de
1 file changed
check_binary.sh
@@ -318,6 +318,10 @@ if [[ "$PACKAGE_TYPE" == 'libtorch' ]]; then
318
build_example_cpp_with_incorrect_abi simple-torch-test
319
fi
320
else
321
+ # NS: TODO remove me once changes to pytorch circleci test script are landed
322
+ if [[ "$PACKAGE_TYPE" == 'conda' && "$(uname)" == 'Linux' ]]; then
323
+ conda install -y sympy
324
+ fi
325
pushd /tmp
326
python -c 'import torch'
327
popd
0 commit comments