Peter Bieringer преди 1 месец
родител
ревизия
0f667e1376
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      .github/workflows/test.yml

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