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 6ef12f8 commit 421c96cCopy full SHA for 421c96c
.buildkite/pipeline.yml
@@ -9,7 +9,7 @@ steps:
9
command: |
10
julia --color=yes --depwarn=yes --project=GraphNeuralNetworks/test -e '
11
import Pkg
12
- dev_pkgs = []
+ dev_pkgs = Pkg.PackageSpec[]
13
for pkg in ("GNNGraphs", "GNNlib", "GraphNeuralNetworks")
14
push!(dev_pkgs, Pkg.PackageSpec(path=pkg));
15
end
0 commit comments