Skip to content

Commit 2b8727a

Browse files
committed
Merge remote-tracking branch 'origin/bugfix/crash-when-no-exec-v12' into feature/sdrabenh/gcm_v12
2 parents c240bb0 + 1c59424 commit 2b8727a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/spack-ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,12 @@ jobs:
5151
mepo clone --partial blobless
5252
mepo status
5353
54-
- name: Mepo develop usual suspects
55-
run: |
56-
ls
57-
mepo develop GEOSgcm_GridComp GEOSgcm_App GMAO_Shared GEOS_Util
58-
mepo status
54+
# DO NOT DO THIS FOR v12
55+
#- name: Mepo develop usual suspects
56+
#run: |
57+
#ls
58+
#mepo develop GEOSgcm_GridComp GEOSgcm_App GMAO_Shared GEOS_Util
59+
#mepo status
5960

6061
- name: Debug PR branch
6162
run: echo "PR is coming from ${{ github.event.pull_request.head.ref }}"
@@ -102,6 +103,7 @@ jobs:
102103
- name: Concretize
103104
shell: spack-bash {0}
104105
run: |
106+
spack clean -m
105107
spack -e spack-env concretize
106108
107109
- name: Install

0 commit comments

Comments
 (0)