Skip to content

Commit

Permalink
Downgrade CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikQQY committed Nov 9, 2024
1 parent cb539a2 commit a12462d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI_BoundaryValueDiffEqFIRK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
version: ${{ matrix.version }}
- uses: julia-actions/julia-downgrade-compat@v1
with:
skip: BoundaryValueDiffEqCore, BounaryValueDiffEqFIRK
skip: BoundaryValueDiffEqCore, BoundaryValueDiffEqFIRK
- name: "Install Dependencies and Run Tests"
run: |
import Pkg
Expand All @@ -101,10 +101,10 @@ jobs:
Pkg.develop(dev_pks)
Pkg.instantiate()
Pkg.test(; coverage="user")
shell: julia --color=yes --code-coverage=user --depwarn=yes --project=lib/BounaryValueDiffEqFIRK {0}
shell: julia --color=yes --code-coverage=user --depwarn=yes --project=lib/BoundaryValueDiffEqFIRK {0}
- uses: julia-actions/julia-processcoverage@v1
with:
directories: lib/BounaryValueDiffEqFIRK/src,lib/BounaryValueDiffEqCore/src
directories: lib/BoundaryValueDiffEqFIRK/src,lib/BounaryValueDiffEqCore/src
- uses: codecov/codecov-action@v4
with:
file: lcov.info
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ReTestItems = "1.23.1"
RecursiveArrayTools = "3.27.0"
Reexport = "1.2"
SciMLBase = "2.58"
Setfield = "1"
Setfield = "1.1.1"
SparseArrays = "1.10"
SparseDiffTools = "2.23"
StaticArrays = "1.9.8"
Expand Down

0 comments on commit a12462d

Please sign in to comment.