Skip to content

Commit

Permalink
Fix typos in .github/worflows/test.yml (python#17867)
Browse files Browse the repository at this point in the history
  • Loading branch information
JukkaL authored Oct 2, 2024
1 parent aa7733a commit ac98ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ jobs:
tox_extra_args: "-n 4"
test_mypyc: true

- name: Test suit with py313-dev-ubuntu, mypyc-compiled
- name: Test suite with py313-dev-ubuntu, mypyc-compiled
python: '3.13-dev'
arch: x64
os: ubuntu-latest
toxenv: py
tox_extra_args: "-n 4"
test_mypyc: true
# - name: Test suit with py314-dev-ubuntu
# - name: Test suite with py314-dev-ubuntu
# python: '3.14-dev'
# arch: x64
# os: ubuntu-latest
Expand Down

0 comments on commit ac98ab5

Please sign in to comment.