From ac98ab59f7811a4b7272161610abc21958a528b2 Mon Sep 17 00:00:00 2001 From: Jukka Lehtosalo Date: Wed, 2 Oct 2024 16:46:12 +0100 Subject: [PATCH] Fix typos in .github/worflows/test.yml (#17867) --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6e29feef7b00..39fbb14bd3b7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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