use uv sync
instead of uv build
(oops)
This commit is contained in:
parent
f075c6dbda
commit
18bcfe5f92
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: uv build --color=always
|
run: uv sync --color=always
|
||||||
|
|
||||||
- name: Analysing code with Ruff
|
- name: Analysing code with Ruff
|
||||||
run: uv run --color=always ruff check $(git ls-files '*.py')
|
run: uv run --color=always ruff check $(git ls-files '*.py')
|
||||||
|
|
Loading…
Reference in a new issue