Skip to content

Commit

Permalink
Update to new climacommon and Julia 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Oct 9, 2024
1 parent f275882 commit 04a34d2
Show file tree
Hide file tree
Showing 7 changed files with 270 additions and 221 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
agents:
queue: new-central
modules: climacommon/2024_05_27
modules: climacommon/2024_10_09

env:
OPENBLAS_NUM_THREADS: 1
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ jobs:
os:
- ubuntu-latest
- macOS-latest
arch:
- x64
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v1
- uses: actions/cache@v2
env:
cache-name: cache-artifacts
with:
Expand All @@ -43,7 +41,6 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
# CalibrateEmulateSample relies on Python modules
# We retry this step because the first install is flaky
- uses: nick-fields/retry@v3
Expand Down
Loading

0 comments on commit 04a34d2

Please sign in to comment.