Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Oct 24, 2024
1 parent 04d07a4 commit 541c2ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/benchmark_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ jobs:
- name: Benchmark models --- tests
run: |
cd $PARPE_BASE/benchmark_collection \
&& $PARPE_BASE/misc/run_in_venv.sh $PARPE_BASE/build/venv python -m pip install https://github.com/PEtab-dev/libpetab-python/archive/develop.zip
&& $PARPE_BASE/misc/run_in_venv.sh $PARPE_BASE/build/venv ./priors_to_measurements.py
&& $PARPE_BASE/misc/run_in_venv.sh $PARPE_BASE/build/venv \
python -m pip install https://github.com/PEtab-dev/libpetab-python/archive/develop.zip \
&& $PARPE_BASE/misc/run_in_venv.sh $PARPE_BASE/build/venv \
./priors_to_measurements.py \
&& AMICI_PARALLEL_COMPILE="" \
$PARPE_BASE/misc/run_in_venv.sh $PARPE_BASE/build/venv ./all.sh

0 comments on commit 541c2ab

Please sign in to comment.