@@ -103,20 +103,20 @@ jobs:
103
103
scripts/install_oneapi.sh -c ${{ matrix.compiler }}
104
104
105
105
# concretize test environment
106
- # - name: Concretize Spack Environment Using YAML Specification
107
- # run: |
108
- # ${{ github.workspace }}/.github/workflows/scripts/spack_concretize.sh \
109
- # -a x86_64 \
110
- # -c ${{ matrix.compiler }} \
111
- # -d ${{ matrix.esmf }} \
112
- # -i ~/.spack-ci \
113
- # -r ${{ github.workspace }}
106
+ - name : Concretize Spack Environment Using YAML Specification
107
+ run : |
108
+ ${{ github.workspace }}/.github/workflows/scripts/spack_concretize.sh \
109
+ -a x86_64 \
110
+ -c ${{ matrix.compiler }} \
111
+ -d ${{ matrix.esmf }} \
112
+ -i ~/.spack-ci \
113
+ -r ${{ github.workspace }}
114
114
115
115
# install test environment
116
- # - name: Install ESMF with Spack
117
- # run: |
118
- # ${{ github.workspace }}/.github/workflows/scripts/spack_install.sh \
119
- # -r ${{ github.workspace }}
116
+ - name : Install ESMF with Spack
117
+ run : |
118
+ ${{ github.workspace }}/.github/workflows/scripts/spack_install.sh \
119
+ -r ${{ github.workspace }}
120
120
121
121
# checkout NUOPC app prototypes
122
122
- name : Checkout NUOPC app prototypes
@@ -145,7 +145,7 @@ jobs:
145
145
- name : Upload Artifacts
146
146
uses : actions/upload-artifact@v3
147
147
with :
148
- name : Artifacts for ${{ matrix.compiler }} ${{ matrix.esmf_version }} ${{ matrix.nuopc_app_version }}
148
+ name : Artifacts for ${{ matrix.compiler }} ${{ matrix.esmf }}
149
149
path : ${{ github.workspace }}/nuopc-app-prototypes.tar.gz
150
150
retention-days : 5
151
151
0 commit comments