Skip to content

Commit

Permalink
Excluse 3.13 + release_23.0 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Dec 23, 2024
1 parent da0e504 commit 1e23029
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
python-version: ['3.9', '3.13']
galaxy-branch: ['release_23.0', 'dev']
exclude:
# this results in lengthy and expensive numpy wheel builds
- python-version: '3.10'
galaxy-branch: 'release_22.01'
# either the release existed before the python release or some expensive-to-build wheels (e.g. numpy) don't
# exist for the pinned package version / python version combo
- python-version: '3.13'
galaxy-branch: 'release_23.0'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 1e23029

Please sign in to comment.