Skip to content

Commit 421c96c

Browse files
fix
1 parent 6ef12f8 commit 421c96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

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

0 commit comments

Comments
 (0)