From e060fde23ee834e6cf03b31fc95da02cc19f0eab Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Tue, 28 Feb 2023 15:05:51 -0800 Subject: [PATCH] We need cereal to build with latest IMP --- support/setup_ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/setup_ci.sh b/support/setup_ci.sh index e2014c7..b2eb9c2 100755 --- a/support/setup_ci.sh +++ b/support/setup_ci.sh @@ -19,7 +19,7 @@ else IMP_CONDA="imp" fi -conda create --yes -q -n python${python_version} -c salilab python=${python_version} pip ${IMP_CONDA} gxx_linux-64 eigen swig cmake numpy +conda create --yes -q -n python${python_version} -c salilab python=${python_version} pip ${IMP_CONDA} gxx_linux-64 eigen cereal swig cmake numpy eval "$(conda shell.bash hook)" conda activate python${python_version}