Update pytest.yml

This commit is contained in:
ali asaria
2025-04-17 21:21:27 -04:00
committed by GitHub
parent fc958ad0df
commit 0e6cc0cb9f

View File

@@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
pip install uv
uv pip install --system pytest pytest-asyncio
uv pip install --system pytest pytest-asyncio jsonschema
if [ -f requirements-no-gpu-uv.txt ]; then uv pip install --system -r requirements-no-gpu-uv.txt; fi
- name: Test with pytest
run: |