Skip to content

Commit

Permalink
modified .github/workflows/*.yml files to fix Julia version to 1.7.2…
Browse files Browse the repository at this point in the history
…. Temporary fix due to broken NCDatasets Alexander-Barth/NCDatasets.jl#182
  • Loading branch information
mrhardman committed Aug 18, 2022
1 parent dbab036 commit 8b7f18d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
mpi: 'openmpi'
- uses: julia-actions/setup-julia@v1
with:
version: '1'
version: '1.7.2'
arch: x64
- uses: julia-actions/julia-buildpkg@v1
- name: Test examples
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: '1'
version: '1.7.2'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1'
version: '1.7.2'
arch: x64
- uses: julia-actions/julia-buildpkg@v1
- name: Test examples
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/longtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1'
version: '1.7.2'
arch: x64
- uses: julia-actions/julia-buildpkg@v1
# The following is copied and simplified from
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/parallel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
mpi: 'openmpi'
- uses: julia-actions/setup-julia@v1
with:
version: '1'
version: '1.7.2'
arch: x64
- uses: julia-actions/julia-buildpkg@v1
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1'
version: '1.7.2'
arch: x64
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1

0 comments on commit 8b7f18d

Please sign in to comment.