Skip to content

Commit

Permalink
CI: Install petab for benchmark_model_petab when
Browse files Browse the repository at this point in the history
... when using `--no-build-isolation`.
  • Loading branch information
dweindl committed Sep 30, 2024
1 parent b602f01 commit 99a1636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installAmiciSource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:/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
Expand Down

0 comments on commit 99a1636

Please sign in to comment.