We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d0ac6 commit d7f2a7cCopy full SHA for d7f2a7c
check_binary.sh
@@ -305,6 +305,10 @@ if [[ "$PACKAGE_TYPE" == 'libtorch' ]]; then
305
build_example_cpp_with_incorrect_abi simple-torch-test
306
fi
307
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
312
pushd /tmp
313
python -c 'import torch'
314
popd
0 commit comments