Преглед на файлове

Re-activating orchestrator_dispatcher tests

jrobinAV преди 1 година
родител
ревизия
85582f14c8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .github/workflows/partial-tests.yml

+ 1 - 1
.github/workflows/partial-tests.yml

@@ -89,7 +89,7 @@ jobs:
 
       - name: Pytest Core
         if: steps.changes.outputs.core == 'true'
-        run: pipenv run pytest -m "not orchestrator_dispatcher and not modin" tests/core
+        run: pipenv run pytest -m "not modin" tests/core
 
       - name: Pytest GUI
         if: steps.changes.outputs.gui == 'true'