Skip to content

Commit 3e12f94

Browse files
committed
Remove tests for old Spack versions.
1 parent 009710b commit 3e12f94

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
python-version: [3.8, 3.9, 3.12]
22-
spack-version: [v0.20.3, v0.21.2, v0.22.5, v0.23.1, develop]
23-
exclude:
24-
- python-version: 3.12
25-
spack-version: v0.20.3
22+
spack-version: [develop]
2623
steps:
2724
- uses: actions/checkout@v4
2825
- name: Set up Python ${{ matrix.python-version }}
@@ -88,10 +85,7 @@ jobs:
8885
fail-fast: false
8986
matrix:
9087
python-version: [3.8, 3.9]
91-
spack-version: [v0.20.3, v0.21.2, v0.22.0, v0.22.1, develop]
92-
exclude:
93-
- python-version: 3.12
94-
spack-version: v0.20.3
88+
spack-version: [develop]
9589
steps:
9690
- uses: actions/checkout@v4
9791
- name: Set up Python ${{ matrix.python-version }}
@@ -120,4 +114,3 @@ jobs:
120114
quick-create --dir unmanaged -s zlib
121115
spack env deactivate
122116
quick-create-dev --name develop -s [email protected]
123-

0 commit comments

Comments
 (0)