mirror of
https://github.com/transformerlab/transformerlab-api.git
synced 2025-04-19 19:36:18 +03:00
Update pytest.yml
This commit is contained in:
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user