Skip to content

Commit 02f9776

Browse files
committed
JAX tests should still work with IMP nightly builds
1 parent c292882 commit 02f9776

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

support/setup_ci.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ conda config --remove channels defaults || :
1515
conda config --add channels conda-forge
1616
if [ ${imp_branch} = "develop" ]; then
1717
IMP_CONDA="imp-nightly"
18+
JAX="jax"
1819
else
1920
IMP_CONDA="imp"
21+
JAX=""
2022
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
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}
2224
eval "$(conda shell.bash hook)"
2325
conda activate python${python_version}
2426

0 commit comments

Comments
 (0)