Skip to content

Commit b970528

Browse files
committed
Install sympy via pip rather than conda
Needs to be reverted as well
1 parent d7f2a7c commit b970528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_binary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ if [[ "$PACKAGE_TYPE" == 'libtorch' ]]; then
307307
else
308308
# NS: TODO remove me once changes to pytorch circleci test script are landed
309309
if [[ "$PACKAGE_TYPE" == 'conda' && "$(uname)" == 'Linux' ]]; then
310-
conda install -y sympy
310+
pip install sympy
311311
fi
312312
pushd /tmp
313313
python -c 'import torch'

0 commit comments

Comments
 (0)