Skip to content

Commit

Permalink
Fix up R21C CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed May 16, 2024
1 parent 283ad7e commit 790f9a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2.1

# Anchors to prevent forgetting to update a version
baselibs_version: &baselibs_version v7.5.0
bcs_version: &bcs_version v10.23.0
baselibs_version: &baselibs_version v7.7.0
bcs_version: &bcs_version v10.25.0

orbs:
ci: geos-esm/circleci-tools@1
Expand Down Expand Up @@ -50,5 +50,6 @@ workflows:
baselibs_version: *baselibs_version
repo: GEOSgcm
checkout_fixture: true
fixture_branch: R21C
mepodevelop: true
persist_workspace: false # Needs to be true to run fv3/gcm experiment, costs extra

0 comments on commit 790f9a9

Please sign in to comment.