File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
lib/SciMLJacobianOperators Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- name : CI (SciMLNonlinearOperators )
1
+ name : CI (SciMLJacobianOperators )
2
2
3
3
on :
4
4
pull_request :
5
5
branches :
6
6
- master
7
7
paths :
8
- - " lib/SciMLNonlinearOperators /**"
9
- - " .github/workflows/CI_SciMLNonlinearOperators .yml"
8
+ - " lib/SciMLJacobianOperators /**"
9
+ - " .github/workflows/CI_SciMLJacobianOperators .yml"
10
10
push :
11
11
branches :
12
12
- master
52
52
Pkg.Registry.update()
53
53
Pkg.instantiate()
54
54
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}
56
56
- uses : julia-actions/julia-processcoverage@v1
57
57
with :
58
58
directories : src,ext
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
17
17
[compat ]
18
18
ADTypes = " 1.8.1"
19
19
ConcreteStructs = " 0.2.3"
20
- ConstructionBase = " 1.5.8 "
21
- DifferentiationInterface = " 0.5.17 "
20
+ ConstructionBase = " 1.5"
21
+ DifferentiationInterface = " 0.5"
22
22
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"
26
26
julia = " 1.10"
27
27
28
28
[extras ]
You can’t perform that action at this time.
0 commit comments