From 3072791c7fa5d7a3ee32b547ba4801d5d96007fc Mon Sep 17 00:00:00 2001 From: crusaderky Date: Mon, 29 Sep 2025 14:55:04 +0100 Subject: [PATCH] Don't run pytest-run-parallel twice --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index b7dbad48..ab1290b8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -35,7 +35,7 @@ jobs: python-version: ${{ matrix.python }} allow-prereleases: true - run: uv run --locked tox run -e ${{ matrix.tox || format('py{0}', matrix.python) }} - - if: endsWith(matrix.python, 't') + - if: ${{ matrix.python == '3.14t' }} run: uv run --locked tox run -e parallel typing: runs-on: ubuntu-latest