Skip to content

Commit

Permalink
v1_subpackage_271
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jun 27, 2024
1 parent 0d1ea48 commit 68de60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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@develop
- run: python3 -m pip install git+https://github.com/PEtab-dev/libpetab-python.git@v1_subpackage_271

# retrieve test models
- name: Download and test benchmark collection
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_petab_test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
source ./venv/bin/activate \
&& 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
&& python3 -m pip install git+https://github.com/PEtab-dev/libpetab-python.git@v1_subpackage_271
# retrieve test models
- name: Download and install PEtab test suite
Expand Down

0 comments on commit 68de60c

Please sign in to comment.