Skip to content

Commit 60a371c

Browse files
authored
Comment out checkouts- testing for v0.7 build
1 parent 496db3c commit 60a371c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deps/build.jl

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ end
2727
Pkg.build("AutomotiveDrivingModels")
2828
Pkg.build("BayesNets")
2929

30-
# checkout specific branches
30+
#=
31+
checkout specific branches
3132
checkouts = [
3233
("ForwardNets", "nextgen")
3334
]
3435
3536
for (pkg, branch) in checkouts
3637
Pkg.checkout(pkg, branch)
3738
end
39+
=#

0 commit comments

Comments
 (0)