Skip to content

Commit

Permalink
Workaround for actions/setup-python#981
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Dec 12, 2024
1 parent 37718aa commit d9542a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
- platform: ubuntu-latest
python: "3.10"
distutils: stdlib
# TODO: Re-evaluate the need for the following workaround
exclude:
- {python: "3.9", platform: "macos-latest"} # actions/setup-python#981
runs-on: ${{ matrix.platform }}
continue-on-error: ${{ matrix.python == '3.14' }}
env:
Expand Down

0 comments on commit d9542a2

Please sign in to comment.