Skip to content

Commit 3a3f7f4

Browse files
TEMP COMMIT figure out why JET is in the environment
1 parent 0f1f1c6 commit 3a3f7f4

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

lib/ModelingToolkitBase/test/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ function activate_downstream_env()
2222
return Pkg.instantiate()
2323
end
2424

25+
Pkg.why("JET")
26+
2527
@time begin
2628
if GROUP == "All" || GROUP == "InterfaceI"
2729
@testset "InterfaceI" begin

test/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ macro mtktestset(name, file)
3535
end
3636
end
3737

38+
Pkg.why("JET")
39+
3840
@time begin
3941
if GROUP == "All" || GROUP == "InterfaceI"
4042
@testset "InterfaceI" begin

0 commit comments

Comments
 (0)