Skip to content

Commit 40fdd38

Browse files
fix docs
1 parent 7998512 commit 40fdd38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/multidocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6
1818
- uses: julia-actions/setup-julia@v2
1919
with:
20-
version: '1'
20+
version: '1.12.2' # set to '1' after 1.12.4 release, see https://github.com/JuliaLang/Pkg.jl/pull/4568
2121
- uses: julia-actions/cache@v2
2222
# Build individual docs
2323
- run: julia --project=GNNGraphs/docs/ -e 'using Pkg; Pkg.instantiate()'

0 commit comments

Comments
 (0)