From bb483ab2254b7b055853ace889ad10ff90ddd400 Mon Sep 17 00:00:00 2001 From: Jacob Segal Date: Tue, 8 Jul 2025 17:16:05 -0700 Subject: [PATCH] Don't actually add new tests in this PR Will do it in a separate PR --- .github/workflows/test-unit.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test-unit.yml b/.github/workflows/test-unit.yml index d262e43ec..78c918031 100644 --- a/.github/workflows/test-unit.yml +++ b/.github/workflows/test-unit.yml @@ -28,8 +28,3 @@ jobs: run: | pip install -r tests-unit/requirements.txt python -m pytest tests-unit - - name: Run Execution Model Tests - run: | - python -m pytest tests/inference/test_execution.py - python -m pytest tests/inference/test_async_nodes.py -