From a1b85d865b83d3d29352ff88e12946fa70131b8b Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Fri, 13 Feb 2026 22:51:50 +0100 Subject: [PATCH] fix typo --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7fdb5280..7bde9a04 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - name: Test with newest Python on latest Ubuntu run: tox -c pyproject.toml -e py - test--python-32bit: + test-python-32bit: name: Test Ubuntu/Alpine (32-bit) needs: [lint, test-ubuntu-python-newest] runs-on: ubuntu-latest