Skip to content

Commit

Permalink
Exclude py3.10/release_22.01 from the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Mar 13, 2023
1 parent 30a28d5 commit 6e23421
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
matrix:
python-version: ['3.7', '3.10']
galaxy-branch: ['release_22.01', 'dev']
exclude:
# this results in lengthy and expensive numpy wheel builds
- python-version: '3.10'
galaxy-branch: 'release_22.01'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
Expand Down

0 comments on commit 6e23421

Please sign in to comment.