Skip to content

Commit

Permalink
Add ci exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
psakievich committed Jul 19, 2024
1 parent 16c9bcf commit 24f3dae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
matrix:
python-version: [3.8, 3.9, 3.12]
spack-version: [v0.20.3, v0.21.2, v0.22.0, v0.22.1, develop]
exclude:
- python-version: 3.12
spack-version: v0.20.3
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -80,6 +83,9 @@ jobs:
matrix:
python-version: [3.8, 3.9]
spack-version: [v0.20.3, v0.21.2, v0.22.0, v0.22.1, develop]
exclude:
- python-version: 3.12
spack-version: v0.20.3
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 24f3dae

Please sign in to comment.