Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jun 27, 2024
1 parent 0cb1be6 commit 0d1ea48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_benchmark_collection_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
AMICI_PARALLEL_COMPILE="" pip3 install -v --user \
$(ls -t python/sdist/dist/amici-*.tar.gz | head -1)[petab,test,vis]
- run: python3 -m pip install git+https://github.com/PEtab-dev/libpetab-python.git
- run: python3 -m pip install git+https://github.com/PEtab-dev/libpetab-python.git@develop

# retrieve test models
- name: Download and test benchmark collection
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test_petab_test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ jobs:
- name: Install petab
run: |
source ./venv/bin/activate \
&& pip3 install wheel pytest shyaml pytest-cov pysb \
&& python3 -m pip install git+https://github.com/PEtab-dev/libpetab-python.git
&& pip3 install wheel pytest shyaml pytest-cov pysb>=1.16 \
&& python3 -m pip install sympy>=1.12.1 \
&& python3 -m pip install git+https://github.com/PEtab-dev/libpetab-python.git@develop
# retrieve test models
- name: Download and install PEtab test suite
Expand Down

0 comments on commit 0d1ea48

Please sign in to comment.