We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc60da2 commit 77dde6bCopy full SHA for 77dde6b
support/setup_ci.sh
@@ -18,7 +18,7 @@ if [ ${imp_branch} = "develop" ]; then
18
else
19
IMP_CONDA="imp"
20
fi
21
-conda create --yes -q -n python${python_version} -c salilab python=${python_version} pip ${IMP_CONDA} libboost-devel gxx_linux-64 eigen cereal swig cmake numpy
+conda create --yes -q -n python${python_version} -c salilab python=${python_version} pip ${IMP_CONDA} libboost-devel gxx_linux-64 eigen cereal swig==4.3 cmake numpy
22
eval "$(conda shell.bash hook)"
23
conda activate python${python_version}
24
0 commit comments