From e75f030e8e1cd39d51a1b018738da4370a9d72e5 Mon Sep 17 00:00:00 2001 From: Cristiano Salerno Date: Sat, 18 Jan 2025 00:49:39 +0100 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 19f678447..1b385aa9f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,7 +35,7 @@ jobs: ruff check . ruff format --check . - name: Typos - if: ${{ matrix.python-version == '3.13'" && always() }} + if: ${{ matrix.python-version == '3.13' && always() }} run: | typos . - name: Tests