Skip to content

Commit 89290f2

Browse files
committed
Workaround for conda bug
1 parent 0ea8fcf commit 89290f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install_travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# symengine's bin/install_travis.sh will install miniconda
44

5-
export conda_pkgs="python=${PYTHON_VERSION} pip cython pytest"
5+
export conda_pkgs="python=${PYTHON_VERSION} pip cython pytest gmp mpfr"
66

77
if [[ "${WITH_SYMPY}" != "no" ]]; then
88
export conda_pkgs="${conda_pkgs} sympy";

0 commit comments

Comments
 (0)