Skip to content

Commit e25f46d

Browse files
fix: activate downstream env in SymbolicIndexingInterface test group
1 parent 0401998 commit e25f46d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ end
104104
end
105105

106106
if !is_APPVEYOR && (GROUP == "Downstream" || GROUP == "SymbolicIndexingInterface")
107+
if GROUP != "Downstream"
108+
activate_downstream_env()
109+
end
107110
@time @safetestset "Symbol and integer based indexing of interpolated solutions" begin
108111
include("downstream/symbol_indexing.jl")
109112
end

0 commit comments

Comments
 (0)