We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7107ee4 commit af992b4Copy full SHA for af992b4
1 file changed
test/runtests.jl
@@ -79,7 +79,7 @@ DFG.@usingDFG true
79
80
# Switch to our upstream test branch.
81
#FIXME This is a temporary fix to use the develop branch of AMP.
82
- Pkg.add(PackageSpec(; name = "ApproxManifoldProducts", rev = "develop"))
+ # Pkg.add(PackageSpec(; name = "ApproxManifoldProducts", rev = "develop"))
83
#FIXME This is a temporary fix to use the develop branch of IIF.
84
# Pkg.add(PackageSpec(; name = "IncrementalInference", rev = "upstream/dfg_integration_test"))
85
# Pkg.add(PackageSpec(; name = "IncrementalInference", rev = "develop"))
0 commit comments