fix(actions): install dependencies in a separate step
This commit is contained in:
parent
6cd44c1fc7
commit
fd409d450f
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ jobs:
|
|||
version: "latest"
|
||||
enable-cache: true
|
||||
|
||||
- name: "Install dependencies"
|
||||
run: uv sync
|
||||
|
||||
- name: Analysing code with Ruff
|
||||
run: uv run ruff check $(git ls-files '*.py')
|
||||
continue-on-error: true
|
||||
|
|
Loading…
Add table
Reference in a new issue