There was an error while loading. Please reload this page.
1 parent c292882 commit 02f9776Copy full SHA for 02f9776
1 file changed
support/setup_ci.sh
@@ -15,10 +15,12 @@ conda config --remove channels defaults || :
15
conda config --add channels conda-forge
16
if [ ${imp_branch} = "develop" ]; then
17
IMP_CONDA="imp-nightly"
18
+ JAX="jax"
19
else
20
IMP_CONDA="imp"
21
+ JAX=""
22
fi
-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
23
+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 ${JAX}
24
eval "$(conda shell.bash hook)"
25
conda activate python${python_version}
26
0 commit comments