Skip to content

Commit

Permalink
Revert "Work around actions/setup-python#696"
Browse files Browse the repository at this point in the history
This reverts commit 7578585.
  • Loading branch information
khaeru committed Aug 9, 2024
1 parent 061841f commit 31af007
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ 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 31af007

Please sign in to comment.