File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
lib/BracketingNonlinearSolve Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 10
10
- " lib/BracketingNonlinearSolve/test/**"
11
11
- " lib/BracketingNonlinearSolve/Project.toml"
12
12
- " .github/workflows/CI_BracketingNonlinearSolve.yml"
13
+ - " lib/NonlinearSolveBase/src/**"
14
+ - " lib/NonlinearSolveBase/ext/**"
15
+ - " lib/NonlinearSolveBase/Project.toml"
13
16
push :
14
17
branches :
15
18
- master
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ SciMLBase = "2.50"
26
26
julia = " 1.10"
27
27
28
28
[extras ]
29
- InteractiveUtils = " b77e0a4c-d291-57a0-90e8-8db25a27a240"
30
29
ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
30
+ InteractiveUtils = " b77e0a4c-d291-57a0-90e8-8db25a27a240"
31
31
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
32
32
TestItemRunner = " f8b46487-2199-4994-9208-9a1283c18c0a"
33
33
You can’t perform that action at this time.
0 commit comments