Skip to content

Commit 6ef12f8

Browse files
fix
1 parent 62d78ba commit 6ef12f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ steps:
99
command: |
1010
julia --color=yes --depwarn=yes --project=GraphNeuralNetworks/test -e '
1111
import Pkg
12+
dev_pkgs = []
1213
for pkg in ("GNNGraphs", "GNNlib", "GraphNeuralNetworks")
1314
push!(dev_pkgs, Pkg.PackageSpec(path=pkg));
1415
end

0 commit comments

Comments
 (0)