Skip to content

Commit

Permalink
Revert me later: Fix conda package smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet committed Dec 14, 2022
1 parent 00d0ac6 commit d7f2a7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions check_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,10 @@ if [[ "$PACKAGE_TYPE" == 'libtorch' ]]; then
build_example_cpp_with_incorrect_abi simple-torch-test
fi
else
# NS: TODO remove me once changes to pytorch circleci test script are landed
if [[ "$PACKAGE_TYPE" == 'conda' && "$(uname)" == 'Linux' ]]; then
conda install -y sympy
fi
pushd /tmp
python -c 'import torch'
popd
Expand Down

0 comments on commit d7f2a7c

Please sign in to comment.