Skip to content

Commit 5133339

Browse files
authored
Skip macos-latest Python 3.11 for the moment
Refs actions/setup-python#531
1 parent b8526c4 commit 5133339

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
1414
numpy: [0, 1]
1515
os: [ubuntu-latest, macos-latest, windows-latest]
16+
exclude:
17+
# https://github.com/actions/setup-python/issues/531
18+
- os: macos-latest
19+
python-version: "3.11"
1620
steps:
1721
- uses: actions/checkout@v3
1822
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)