Skip to content

Commit db307c9

Browse files
committed
activate build
1 parent 5b594d0 commit db307c9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/test-build-spack.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,20 @@ jobs:
103103
scripts/install_oneapi.sh -c ${{ matrix.compiler }}
104104
105105
# 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 }}
114114
115115
# 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 }}
120120
121121
# checkout NUOPC app prototypes
122122
- name: Checkout NUOPC app prototypes
@@ -145,7 +145,7 @@ jobs:
145145
- name: Upload Artifacts
146146
uses: actions/upload-artifact@v3
147147
with:
148-
name: Artifacts for ${{ matrix.compiler }} ${{ matrix.esmf_version }} ${{ matrix.nuopc_app_version }}
148+
name: Artifacts for ${{ matrix.compiler }} ${{ matrix.esmf }}
149149
path: ${{ github.workspace }}/nuopc-app-prototypes.tar.gz
150150
retention-days: 5
151151

0 commit comments

Comments
 (0)