Skip to content

Commit

Permalink
Use mypyc for Python 3.11 tests in CI (#13869)
Browse files Browse the repository at this point in the history
This will give us more confidence that compiled mypy works on 3.11.
  • Loading branch information
JukkaL authored Oct 11, 2022
1 parent 447ed2b commit efd713a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- CREDITS
- LICENSE

concurrency:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

Expand Down Expand Up @@ -63,12 +63,13 @@ jobs:
os: ubuntu-latest
toxenv: py
tox_extra_args: "-n 2"
- name: Test suite with py311-ubuntu
- name: Test suite with py311-ubuntu, mypyc-compiled
python: '3.11-dev'
arch: x64
os: ubuntu-latest
toxenv: py
tox_extra_args: "-n 2"
test_mypyc: true
- name: mypyc runtime tests with py37-macos
python: '3.7'
arch: x64
Expand Down

0 comments on commit efd713a

Please sign in to comment.