We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7998512 commit 40fdd38Copy full SHA for 40fdd38
1 file changed
.github/workflows/multidocs.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v6
18
- uses: julia-actions/setup-julia@v2
19
with:
20
- version: '1'
+ version: '1.12.2' # set to '1' after 1.12.4 release, see https://github.com/JuliaLang/Pkg.jl/pull/4568
21
- uses: julia-actions/cache@v2
22
# Build individual docs
23
- run: julia --project=GNNGraphs/docs/ -e 'using Pkg; Pkg.instantiate()'
0 commit comments