We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
runtests.jl
1 parent 295d058 commit f5dffa9Copy full SHA for f5dffa9
.github/workflows/Tests.yml
@@ -79,6 +79,8 @@ jobs:
79
elseif PKG == "ModelingToolkit"
80
@info "Testing ModelingToolkit"
81
Pkg.activate(".")
82
+ @info "`dev`ing ModelingToolkitBase"
83
+ Pkg.develop(PackageSpec(; path = "lib/ModelingToolkitBase"))
84
@info "Running tests" GROUP
85
Pkg.test()
86
elseif PKG == "SciCompDSL"
test/runtests.jl
@@ -4,7 +4,6 @@ import REPL
4
5
const MTKBasePath = joinpath(dirname(@__DIR__), "lib", "ModelingToolkitBase")
6
const MTKBasePkgSpec = PackageSpec(; path = MTKBasePath)
7
-Pkg.develop([MTKBasePkgSpec])
8
9
const GROUP = get(ENV, "GROUP", "All")
10
0 commit comments