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]