Skip to content

Commit

Permalink
Fix for PEtab.jl, making problems since 2.5.1 (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJonasJost authored Dec 18, 2023
1 parent e9c5e4d commit 0e75d31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,9 @@ 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(Pkg.PackageSpec(;name="PEtab", version="2.5.0"));
Pkg.add("OrdinaryDiffEq"); Pkg.add("Sundials")'
- name: Run tests
timeout-minutes: 25
Expand Down

0 comments on commit 0e75d31

Please sign in to comment.