Skip to content

Commit 09aa6e8

Browse files
committed
fix: minor corrections in runners
1 parent 2039879 commit 09aa6e8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/CI_SciMLJacobianOperators.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: CI (SciMLNonlinearOperators)
1+
name: CI (SciMLJacobianOperators)
22

33
on:
44
pull_request:
55
branches:
66
- master
77
paths:
8-
- "lib/SciMLNonlinearOperators/**"
9-
- ".github/workflows/CI_SciMLNonlinearOperators.yml"
8+
- "lib/SciMLJacobianOperators/**"
9+
- ".github/workflows/CI_SciMLJacobianOperators.yml"
1010
push:
1111
branches:
1212
- master
@@ -52,7 +52,7 @@ jobs:
5252
Pkg.Registry.update()
5353
Pkg.instantiate()
5454
Pkg.test(; coverage=true)
55-
shell: julia --color=yes --code-coverage=user --depwarn=yes --project=lib/SciMLNonlinearOperators {0}
55+
shell: julia --color=yes --code-coverage=user --depwarn=yes --project=lib/SciMLJacobianOperators {0}
5656
- uses: julia-actions/julia-processcoverage@v1
5757
with:
5858
directories: src,ext

lib/SciMLJacobianOperators/Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
1717
[compat]
1818
ADTypes = "1.8.1"
1919
ConcreteStructs = "0.2.3"
20-
ConstructionBase = "1.5.8"
21-
DifferentiationInterface = "0.5.17"
20+
ConstructionBase = "1.5"
21+
DifferentiationInterface = "0.5"
2222
FastClosures = "0.3.2"
23-
LinearAlgebra = "1.11.0"
24-
SciMLOperators = "0.3.10"
25-
Setfield = "1.1.1"
23+
LinearAlgebra = "1.10"
24+
SciMLOperators = "0.3"
25+
Setfield = "1"
2626
julia = "1.10"
2727

2828
[extras]

0 commit comments

Comments
 (0)