Skip to content

Commit

Permalink
CI: skip test on 3.9 on macOS
Browse files Browse the repository at this point in the history
Workaround for actions/setup-python#696 (comment),
hopefully we can re-instate later.
  • Loading branch information
NickCrews committed Apr 24, 2024
1 parent 4892899 commit 660737e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11"]
# Workaround for
# https://github.com/actions/setup-python/issues/696#issuecomment-2072959905
# ideally we can remove this later.
exclude:
- os: macos-14
python-version: '3.9'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 660737e

Please sign in to comment.