-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
773e373
commit 034f0ff
Showing
2 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
python-version: [3.8, 3.9, 3.12] | ||
spack-version: [0.21.2, 0.22.0, develop] | ||
spack-version: [v0.21.2, v0.22.0, develop] | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
|
@@ -30,9 +30,9 @@ jobs: | |
uses: actions/checkout@v4 | ||
with: | ||
repository: spack/spack | ||
ref: ${{ matrix.spack-verions }} | ||
ref: ${{ matrix.spack-version }} | ||
path: spack | ||
- name: Setup Spack ${{ matrix.spack-verion }} | ||
- name: Setup Spack ${{ matrix.spack-version }} | ||
run: echo "$PWD/spack/bin" >> "$GITHUB_PATH" | ||
- name: Install extension | ||
run: | | ||
|
@@ -78,7 +78,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
python-version: [3.8, 3.9] | ||
spack-version: [0.21.2, 0.22.0, develop] | ||
spack-version: [v0.21.2, v0.22.0, develop] | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
|
@@ -89,9 +89,9 @@ jobs: | |
uses: actions/checkout@v4 | ||
with: | ||
repository: spack/spack | ||
ref: ${{ matrix.spack-verions }} | ||
ref: ${{ matrix.spack-version }} | ||
path: spack | ||
- name: Setup Spack ${{ matrix.spack-verion }} | ||
- name: Setup Spack ${{ matrix.spack-version }} | ||
run: echo "$PWD/spack/bin" >> "$GITHUB_PATH" | ||
- name: Install extension | ||
run: | | ||
|
@@ -101,9 +101,10 @@ jobs: | |
run: | | ||
. spack/share/spack/setup-env.sh | ||
. scripts/quick_commands.sh | ||
spack config add config:debug:True | ||
quick-create --name managed -s zlib | ||
spack env deactivate | ||
quick-create --dir unmanaged -s zlib | ||
spack env deactivate | ||
quick-create-dev --name develop -s nalu-wind@master | ||
quick-create-dev --name develop -s [email protected] | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters