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