Skip to content

Commit a3a79e8

Browse files
committed
tmp change IIF branch to test agains
1 parent 26b0fbd commit a3a79e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ if get(ENV, "IIF_TEST", "true") == "true"
7070
PackageSpec(;
7171
url = "https://github.com/JuliaRobotics/IncrementalInference.jl.git",
7272
subdir = "IncrementalInferenceTypes",
73-
rev = "develop",
73+
rev = "maint/abstract_types",
7474
),
7575
)
7676
Pkg.add(
7777
PackageSpec(;
7878
url = "https://github.com/JuliaRobotics/IncrementalInference.jl.git",
7979
subdir = "IncrementalInference",
80-
rev = "develop",
80+
rev = "maint/abstract_types",
8181
),
8282
)
8383
@info "------------------------------------------------------------------------"

0 commit comments

Comments
 (0)