Skip to content

Commit 9ecd282

Browse files
committed
Run CompatHelper on subpackages
1 parent 5ab74cf commit 9ecd282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: "Run CompatHelper"
1919
run: |
2020
import CompatHelper
21-
CompatHelper.main()
21+
CompatHelper.main(; subdirs=["", "lib/ControlSystemsBase"])
2222
shell: julia --color=yes {0}
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

lib/ControlSystemsBase/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ControlSystemsBaseImplicitDifferentiationExt = ["ImplicitDifferentiation", "Comp
3131
Aqua = "0.5"
3232
DSP = "0.6.1, 0.7, 0.8"
3333
ForwardDiff = "0.10"
34-
ImplicitDifferentiation = "0.4.2"
34+
ImplicitDifferentiation = "0.7.1"
3535
LinearAlgebra = "<0.0.1, 1"
3636
MacroTools = "0.5"
3737
MatrixEquations = "1, 2.1"

0 commit comments

Comments
 (0)