Skip to content

Commit

Permalink
Exclude serial tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Jul 26, 2024
1 parent 6b222c7 commit 2aca4e1
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,20 @@ jobs:
python-version: ['3.9', '3.10', '3.11']
conda-version: [release]
test-type: [serial, parallel]
exclude:
- test-type: serial
include:
# minimum Python/conda combo
- python-version: '3.8'
conda-version: 23.7.0
test-type: serial
# - python-version: '3.8'
# conda-version: 23.7.0
# test-type: serial
- python-version: '3.8'
conda-version: 23.7.0
test-type: parallel
# maximum Python/conda combo
- python-version: '3.12'
conda-version: canary
test-type: serial
# - python-version: '3.12'
# conda-version: canary
# test-type: serial
- python-version: '3.12'
conda-version: canary
test-type: parallel
Expand Down Expand Up @@ -248,10 +250,12 @@ jobs:
python-version: ['3.8']
conda-version: [release]
test-type: [serial, parallel]
exclude:
- test-type: serial
include:
- python-version: '3.12'
conda-version: canary
test-type: serial
# - python-version: '3.12'
# conda-version: canary
# test-type: serial
- python-version: '3.12'
conda-version: canary
test-type: parallel
Expand Down Expand Up @@ -352,10 +356,12 @@ jobs:
python-version: ['3.8']
conda-version: [release]
test-type: [serial, parallel]
exclude:
- test-type: serial
include:
- python-version: '3.12'
conda-version: canary
test-type: serial
# - python-version: '3.12'
# conda-version: canary
# test-type: serial
- python-version: '3.12'
conda-version: canary
test-type: parallel
Expand Down

0 comments on commit 2aca4e1

Please sign in to comment.