Skip to content

Commit

Permalink
Temporarily set the version of petab installed to 1.4.2 (#1128)
Browse files Browse the repository at this point in the history
* Temporarily set the version of petab installed to 1.4.2 (last working version)

* Slightly Altered syntax
  • Loading branch information
PaulJonasJost authored Oct 9, 2023
1 parent 5804e8f commit 3deb548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
run: .github/workflows/install_deps.sh

- name: Install PEtabJL dependencies
run: julia -e 'using Pkg; Pkg.add("PEtab"); Pkg.add("OrdinaryDiffEq"), Pkg.add("Sundials")'
run: julia -e 'using Pkg; Pkg.add(name="PEtab", version="1.4.2"); Pkg.add("OrdinaryDiffEq"), Pkg.add("Sundials")'

- name: Run tests
timeout-minutes: 25
Expand Down

0 comments on commit 3deb548

Please sign in to comment.