Skip to content

Commit

Permalink
sync matrices with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Oct 30, 2023
1 parent c9b2a10 commit 7d47983
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/upstream_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,14 @@ jobs:
strategy:
fail-fast: false
matrix:
# test lower version (w/ defaults) and upper version (w/ defaults and conda-forge)
default-channel: ['defaults', 'conda-forge']
python-version: ['3.8', '3.9', '3.10']
conda-subdir: ['win-64']
python-version: ['3.8', '3.11']
test-type: ['unit', 'integration']
test-group: ['1', '2', '3']
exclude:
# exclude all but one Python version for conda-forge
- default-channel: 'conda-forge'
python-version: '3.9'
- default-channel: 'conda-forge'
python-version: '3.10'
python-version: '3.8'
env:
OS: Windows
PYTHON: ${{ matrix.python-version }}
Expand Down Expand Up @@ -208,16 +205,18 @@ jobs:
strategy:
fail-fast: false
matrix:
# test all lower versions (w/ defaults) and upper version (w/ defaults and conda-forge)
default-channel: ['defaults', 'conda-forge']
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']
test-type: ['unit', 'integration']
test-group: ['1', '2', '3']
exclude:
# exclude all but one Python version for conda-forge
- default-channel: 'conda-forge'
python-version: '3.8'
- default-channel: 'conda-forge'
python-version: '3.9'
- default-channel: 'conda-forge'
python-version: '3.10'
env:
OS: Linux
PYTHON: ${{ matrix.python-version }}
Expand Down Expand Up @@ -290,7 +289,7 @@ jobs:
fail-fast: false
matrix:
default-channel: ['defaults', 'conda-forge']
python-version: ['3.10']
python-version: ['3.11']
platform: ['arm64', 'ppc64le']
env:
OS: linux-${{ matrix.platform }}
Expand Down

0 comments on commit 7d47983

Please sign in to comment.