Skip to content

Commit efd713a

Browse files
authored
Use mypyc for Python 3.11 tests in CI (#13869)
This will give us more confidence that compiled mypy works on 3.11.
1 parent 447ed2b commit efd713a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- CREDITS
1616
- LICENSE
1717

18-
concurrency:
18+
concurrency:
1919
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
2020
cancel-in-progress: true
2121

@@ -63,12 +63,13 @@ jobs:
6363
os: ubuntu-latest
6464
toxenv: py
6565
tox_extra_args: "-n 2"
66-
- name: Test suite with py311-ubuntu
66+
- name: Test suite with py311-ubuntu, mypyc-compiled
6767
python: '3.11-dev'
6868
arch: x64
6969
os: ubuntu-latest
7070
toxenv: py
7171
tox_extra_args: "-n 2"
72+
test_mypyc: true
7273
- name: mypyc runtime tests with py37-macos
7374
python: '3.7'
7475
arch: x64

0 commit comments

Comments
 (0)