Peter Bieringer 1 mese fa
parent
commit
c6b97569f6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.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]