mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
ci: use --system flag for ruff and pytest commands in CI workflow
This commit is contained in:
parent
59dbe83fad
commit
fc6227d5db
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -36,8 +36,8 @@ jobs:
|
|||
|
||||
- name: Lint with ruff
|
||||
run: |
|
||||
uv run ruff check .
|
||||
uv run --system ruff check .
|
||||
|
||||
- name: Test API and UI
|
||||
run: |
|
||||
uv run pytest api/tests/ ui/tests/ --asyncio-mode=auto --cov=api --cov=ui --cov-report=term-missing
|
||||
uv run --system pytest api/tests/ ui/tests/ --asyncio-mode=auto --cov=api --cov=ui --cov-report=term-missing
|
||||
|
|
Loading…
Add table
Reference in a new issue