Skip to content

Commit cc43212

Browse files
authored
1 parent 37718aa commit cc43212

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
- platform: ubuntu-latest
6464
python: "3.10"
6565
distutils: stdlib
66+
# TODO: Re-evaluate the need for the following workaround
67+
exclude:
68+
- {python: "3.9", platform: "macos-latest"} # actions/setup-python#981
6669
runs-on: ${{ matrix.platform }}
6770
continue-on-error: ${{ matrix.python == '3.14' }}
6871
env:

0 commit comments

Comments
 (0)