We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef4210 commit e28e9e2Copy full SHA for e28e9e2
src/botutils.jl
@@ -257,9 +257,7 @@ function addtestdep()
257
end
258
259
if !isnothing(test_deps)
260
- for (name, uuid) in test_deps
261
- Pkg.add(Pkg.PackageSpec(name = name, uuid = uuid))
262
- end
+ Pkg.add([Pkg.PackageSpec(name = name, uuid = uuid) for (name, uuid) in test_deps])
263
264
265
0 commit comments