From c6b97569f6170297da8b7c4c9d12e225f110b621 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Thu, 22 Jan 2026 17:49:45 +0100 Subject: [PATCH] fix dependency --- .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 1055e774..f16e26f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: run: tox -c pyproject.toml -e py test-otheros-python-oldest: - needs: [lint, test-ubuntu-python-oldest] + needs: [lint, test-ubuntu-python-oldest, test-otheros-python-newest] strategy: matrix: os: [macos-latest, windows-latest]