Skip to content

Commit 4b10887

Browse files
committed
Attempt to fix CI again
1 parent f91e2fc commit 4b10887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1212
os: [ubuntu-latest, macos-latest, windows-latest]
1313
exclude: # Python < v3.8 does not support Apple Silicon ARM64.
14-
- python: "3.7"
14+
- python-version: "3.7"
1515
os: macos-latest
1616
include: # So run those legacy versions on Intel CPUs.
17-
- python: "3.7"
17+
- python-version: "3.7"
1818
os: macos-13
1919
env:
2020
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)