Skip to content

Commit a99c0d8

Browse files
ci: dev subpackages in CI script instead of runtests.jl
1 parent f2a5c83 commit a99c0d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
elseif PKG == "ModelingToolkit"
8080
@info "Testing ModelingToolkit"
8181
Pkg.activate(".")
82+
@info "`dev`ing ModelingToolkitBase"
83+
Pkg.develop(PackageSpec(; path = "lib/ModelingToolkitBase"))
8284
@info "Running tests" GROUP
8385
Pkg.test()
8486
elseif PKG == "SciCompDSL"

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import REPL
44

55
const MTKBasePath = joinpath(dirname(@__DIR__), "lib", "ModelingToolkitBase")
66
const MTKBasePkgSpec = PackageSpec(; path = MTKBasePath)
7-
Pkg.develop([MTKBasePkgSpec])
87

98
const GROUP = get(ENV, "GROUP", "All")
109

0 commit comments

Comments
 (0)