Skip to content

Commit

Permalink
dev GNNGraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorarossi committed Oct 25, 2024
1 parent bba52fc commit 0109ff6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/multidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:

# Build GNNGraphs docs
- name: Install dependencies for GNNGraphs
run: julia --project=GNNGraphs/docs/ -e 'using Pkg; Pkg.instantiate();'
run: julia --project=docs/ -e '
using Pkg;
Pkg.develop(PackageSpec(path=joinpath(pwd(), "GNNGraphs")));
Pkg.instantiate();'
- name: Build GNNGraphs docs
run: julia --project=GNNGraphs/docs/ GNNGraphs/docs/make.jl
- name: Check if objects.inv exists for GNNGraphs
Expand Down

0 comments on commit 0109ff6

Please sign in to comment.