From 34d7895bd43a812cc120136fa0331268b8534cdd Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Thu, 22 Jan 2026 06:57:25 +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 1c36fe69..a7f1660a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: run: tox -c pyproject.toml -e py test-python-latest: - needs: test-ubuntu-latest-python-latest: + needs: test-ubuntu-latest-python-latest strategy: matrix: os: [macos-latest, windows-latest]