Skip to content

Commit

Permalink
fix: minor corrections in runners
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Sep 23, 2024
1 parent 2039879 commit 09aa6e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI_SciMLJacobianOperators.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: CI (SciMLNonlinearOperators)
name: CI (SciMLJacobianOperators)

on:
pull_request:
branches:
- master
paths:
- "lib/SciMLNonlinearOperators/**"
- ".github/workflows/CI_SciMLNonlinearOperators.yml"
- "lib/SciMLJacobianOperators/**"
- ".github/workflows/CI_SciMLJacobianOperators.yml"
push:
branches:
- master
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
Pkg.Registry.update()
Pkg.instantiate()
Pkg.test(; coverage=true)
shell: julia --color=yes --code-coverage=user --depwarn=yes --project=lib/SciMLNonlinearOperators {0}
shell: julia --color=yes --code-coverage=user --depwarn=yes --project=lib/SciMLJacobianOperators {0}
- uses: julia-actions/julia-processcoverage@v1
with:
directories: src,ext
Expand Down
10 changes: 5 additions & 5 deletions lib/SciMLJacobianOperators/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
[compat]
ADTypes = "1.8.1"
ConcreteStructs = "0.2.3"
ConstructionBase = "1.5.8"
DifferentiationInterface = "0.5.17"
ConstructionBase = "1.5"
DifferentiationInterface = "0.5"
FastClosures = "0.3.2"
LinearAlgebra = "1.11.0"
SciMLOperators = "0.3.10"
Setfield = "1.1.1"
LinearAlgebra = "1.10"
SciMLOperators = "0.3"
Setfield = "1"
julia = "1.10"

[extras]
Expand Down

0 comments on commit 09aa6e8

Please sign in to comment.