Skip to content

Commit

Permalink
Revert me later: Fix conda package smoke tests
Browse files Browse the repository at this point in the history
(cherry picked from commit d7f2a7c)

Alas, it's still used and causes nightly build failures
  • Loading branch information
malfet committed Mar 20, 2023
1 parent 54931c2 commit ce427de
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 @@ -318,6 +318,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 ce427de

Please sign in to comment.