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.
2 parents 940861e + de79d30 commit 14481efCopy full SHA for 14481ef
.github/workflows/CI.yml
@@ -14,7 +14,7 @@ jobs:
14
group:
15
- Core
16
version:
17
- - '1.10.2'
+ - '1'
18
steps:
19
- uses: actions/checkout@v4
20
- uses: julia-actions/setup-julia@v2
.github/workflows/Documentation.yml
- uses: julia-actions/setup-julia@latest
with:
- version: '1.10.2'
+ version: '1'
- name: Install dependencies
run: julia --project=docs/ -e 'ENV["JULIA_PKG_SERVER"] = ""; using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
0 commit comments