Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Nov 27, 2024
1 parent 6ef12f8 commit 421c96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
command: |
julia --color=yes --depwarn=yes --project=GraphNeuralNetworks/test -e '
import Pkg
dev_pkgs = []
dev_pkgs = Pkg.PackageSpec[]
for pkg in ("GNNGraphs", "GNNlib", "GraphNeuralNetworks")
push!(dev_pkgs, Pkg.PackageSpec(path=pkg));
end
Expand Down

0 comments on commit 421c96c

Please sign in to comment.