Skip to content

Commit

Permalink
We need cereal to build with latest IMP
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb authored Mar 5, 2023
1 parent 329ee8a commit 1383763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/setup_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 1383763

Please sign in to comment.