Skip to content

Commit

Permalink
Fix PEtab test suite branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jun 16, 2024
1 parent 9959e02 commit 11433a0
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -63,7 +63,7 @@ jobs:
# retrieve test models
- name: Download and install PEtab test suite
run: |
git clone --depth 1 --branch add_test_ic_est \
git clone --depth 1 --branch main \
https://github.com/PEtab-dev/petab_test_suite \
&& source ./venv/bin/activate \
&& cd petab_test_suite && pip3 install -e .
Expand Down

0 comments on commit 11433a0

Please sign in to comment.