Skip to content

Commit a57c792

Browse files
committed
Use same SWIG version as IMP/RMF
1 parent 0e16a5c commit a57c792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/setup_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010
python_version=$1
1111

1212
conda config --remove channels defaults || : # get conda-forge, not main, packages
13-
conda create --yes -q -n python${python_version} -c salilab -c conda-forge python=${python_version} pip imp-nightly libboost-devel gxx_linux-64 eigen cereal swig cmake protobuf matplotlib
13+
conda create --yes -q -n python${python_version} -c salilab -c conda-forge python=${python_version} pip imp-nightly libboost-devel gxx_linux-64 eigen cereal swig==4.3 cmake protobuf matplotlib
1414
eval "$(conda shell.bash hook)"
1515
conda activate python${python_version}
1616

0 commit comments

Comments
 (0)