diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 51d41956f..4f5c35641 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -9,6 +9,7 @@ steps: command: | julia --color=yes --depwarn=yes --project=GraphNeuralNetworks/test -e ' import Pkg + dev_pkgs = [] for pkg in ("GNNGraphs", "GNNlib", "GraphNeuralNetworks") push!(dev_pkgs, Pkg.PackageSpec(path=pkg)); end