From 99a163606da14c80aa392c4fcf699ba616b5b721 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Mon, 30 Sep 2024 12:32:21 +0200 Subject: [PATCH] CI: Install petab for benchmark_model_petab when ... when using `--no-build-isolation`. --- scripts/installAmiciSource.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installAmiciSource.sh b/scripts/installAmiciSource.sh index 1c0a975708..6769ebc100 100755 --- a/scripts/installAmiciSource.sh +++ b/scripts/installAmiciSource.sh @@ -33,7 +33,7 @@ fi export PYTHON_EXECUTABLE="${AMICI_PATH}/venv/bin/python" python -m pip install --upgrade pip wheel -python -m pip install --upgrade pip setuptools cmake_build_extension==0.6.0 numpy +python -m pip install --upgrade pip setuptools cmake_build_extension==0.6.0 numpy petab python -m pip install git+https://github.com/FFroehlich/pysb@fix_pattern_matching # pin to PR for SPM with compartments AMICI_BUILD_TEMP="${AMICI_PATH}/python/sdist/build/temp" \ python -m pip install --verbose -e "${AMICI_PATH}/python/sdist[petab,test,vis]" --no-build-isolation