Skip to content

Commit 0109ff6

Browse files
committed
dev GNNGraphs
1 parent bba52fc commit 0109ff6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/multidocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ jobs:
1919

2020
# Build GNNGraphs docs
2121
- name: Install dependencies for GNNGraphs
22-
run: julia --project=GNNGraphs/docs/ -e 'using Pkg; Pkg.instantiate();'
22+
run: julia --project=docs/ -e '
23+
using Pkg;
24+
Pkg.develop(PackageSpec(path=joinpath(pwd(), "GNNGraphs")));
25+
Pkg.instantiate();'
2326
- name: Build GNNGraphs docs
2427
run: julia --project=GNNGraphs/docs/ GNNGraphs/docs/make.jl
2528
- name: Check if objects.inv exists for GNNGraphs

0 commit comments

Comments
 (0)