forked from sr2/cloud-api
ci: ruff run via uv
This commit is contained in:
parent
1533c86335
commit
52ecd64f70
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
- run: uv python install # Gets Python version from pyproject.toml
|
- run: uv python install # Gets Python version from pyproject.toml
|
||||||
- run: uv sync
|
- run: uv sync
|
||||||
- run: ruff check
|
- run: uv run ruff check
|
||||||
- run: uv run pytest test
|
- run: uv run pytest test
|
||||||
env:
|
env:
|
||||||
ENVIRONMENT: testing
|
ENVIRONMENT: testing
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue