Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
jobs:
cd:
name: CD
uses: access-nri/build-cd/.github/workflows/cd.yml@v8
# NOTE: We are using this specific tag of the deployment infra as the current HEAD of v8 works with a new spack-config that isn't yet migrated to the release instance.
uses: access-nri/build-cd/.github/workflows/cd.yml@v8.3.3
with:
model: ${{ vars.NAME }}
spack-manifest-schema-version: 2-0-0
Expand Down
2 changes: 1 addition & 1 deletion spack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is a Spack Environment file.
# This is a Spack Environment file!
#
# It describes a set of packages to be installed, along with
# configuration settings.
Expand Down