Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Apr 25, 2024
1 parent 6ef10f2 commit 7578585
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ jobs:
# from CI.
# - {version: "3.13.0-rc.1", extras: ""} # Development version

# Work around https://github.com/actions/setup-python/issues/696
exclude:
- {os: macos-latest, python: {version: "3.8", extras: ",sparse"}}
- {os: macos-latest, python: {version: "3.9", extras: ",sparse"}}
include:
- {os: macos-13, python: {version: "3.8", extras: ",sparse"}}
- {os: macos-13, python: {version: "3.9", extras: ",sparse"}}

fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7578585

Please sign in to comment.