We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e16a5c commit a57c792Copy full SHA for a57c792
1 file changed
tools/setup_ci.sh
@@ -10,7 +10,7 @@ fi
10
python_version=$1
11
12
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
+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
14
eval "$(conda shell.bash hook)"
15
conda activate python${python_version}
16
0 commit comments