Skip to content

Commit 77dde6b

Browse files
committed
Use same SWIG version as IMP/RMF
1 parent dc60da2 commit 77dde6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/setup_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [ ${imp_branch} = "develop" ]; then
1818
else
1919
IMP_CONDA="imp"
2020
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
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==4.3 cmake numpy
2222
eval "$(conda shell.bash hook)"
2323
conda activate python${python_version}
2424

0 commit comments

Comments
 (0)