From 0f667e137614857ecec930da605e2e6de9da1f4d Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Thu, 22 Jan 2026 08:46:57 +0100 Subject: [PATCH] bugfix --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd7bae74..1055e774 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: run: tox -c pyproject.toml -e py test-ubuntu-python-oldest: - needs: [lint, test-ubuntu-latest-python-newest] + needs: [lint, test-ubuntu-python-newest] strategy: matrix: os: [ubuntu-latest] @@ -38,7 +38,7 @@ jobs: run: tox -c pyproject.toml -e py test-otheros-python-newest: - needs: [lint, test-ubuntu-latest-python-newest] + needs: [lint, test-ubuntu-python-newest] strategy: matrix: os: [macos-latest, windows-latest] @@ -55,7 +55,7 @@ jobs: run: tox -c pyproject.toml -e py test-otheros-python-oldest: - needs: [lint, test-ubuntu-latest-python-oldest] + needs: [lint, test-ubuntu-python-oldest] strategy: matrix: os: [macos-latest, windows-latest]