mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
ci: change working directory before running 'uv sync' for dependency installation
This commit is contained in:
parent
ec1076b8a0
commit
7b4aaeb632
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
uv sync --all-extras --dev docker/cpu
|
||||
cd docker/cpu && uv sync --all-extras --dev
|
||||
|
||||
- name: Lint with ruff
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue