Skip to content

Commit 40a9107

Browse files
committed
remove activate - conda env should already be active
1 parent 6b920b6 commit 40a9107

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/install_travis.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ if [[ "${WITH_SYMPY}" != "no" ]]; then
3333
pip install sympy;
3434
fi
3535

36-
conda clean --all
37-
source activate $our_install_dir;
36+
conda clean --all

0 commit comments

Comments
 (0)