We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c240bb0 + 1c59424 commit 2b8727aCopy full SHA for 2b8727a
.github/workflows/spack-ci.yml
@@ -51,11 +51,12 @@ jobs:
51
mepo clone --partial blobless
52
mepo status
53
54
- - name: Mepo develop usual suspects
55
- run: |
56
- ls
57
- mepo develop GEOSgcm_GridComp GEOSgcm_App GMAO_Shared GEOS_Util
58
- mepo status
+ # DO NOT DO THIS FOR v12
+ #- name: Mepo develop usual suspects
+ #run: |
+ #ls
+ #mepo develop GEOSgcm_GridComp GEOSgcm_App GMAO_Shared GEOS_Util
59
+ #mepo status
60
61
- name: Debug PR branch
62
run: echo "PR is coming from ${{ github.event.pull_request.head.ref }}"
@@ -102,6 +103,7 @@ jobs:
102
103
- name: Concretize
104
shell: spack-bash {0}
105
run: |
106
+ spack clean -m
107
spack -e spack-env concretize
108
109
- name: Install
0 commit comments