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 e89780c commit f727162Copy full SHA for f727162
.github/workflows/docs.yml
@@ -18,7 +18,9 @@ jobs:
18
- name: Install dependencies
19
run: julia --project=docs/ -e '
20
using Pkg;
21
- Pkg.develop([PackageSpec(path=pwd()), PackageSpec(path=joinpath(pwd(), "GNNGraphs"))]);
+ Pkg.develop([PackageSpec(path=pwd()),
22
+ PackageSpec(path=joinpath(pwd(), "GNNGraphs")),
23
+ PackageSpec(path=joinpath(pwd(), "GNNlib"))]);
24
Pkg.instantiate();'
25
- name: Build and deploy
26
env:
0 commit comments