Don't actually add new tests in this PR

Will do it in a separate PR
This commit is contained in:
Jacob Segal 2025-07-08 17:16:05 -07:00
parent 13645f59b1
commit bb483ab225

View File

@ -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