Skip to content

Commit ac98ab5

Browse files
authored
Fix typos in .github/worflows/test.yml (#17867)
1 parent aa7733a commit ac98ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ jobs:
7171
tox_extra_args: "-n 4"
7272
test_mypyc: true
7373

74-
- name: Test suit with py313-dev-ubuntu, mypyc-compiled
74+
- name: Test suite with py313-dev-ubuntu, mypyc-compiled
7575
python: '3.13-dev'
7676
arch: x64
7777
os: ubuntu-latest
7878
toxenv: py
7979
tox_extra_args: "-n 4"
8080
test_mypyc: true
81-
# - name: Test suit with py314-dev-ubuntu
81+
# - name: Test suite with py314-dev-ubuntu
8282
# python: '3.14-dev'
8383
# arch: x64
8484
# os: ubuntu-latest

0 commit comments

Comments
 (0)