Move to uv for dependency management, add Docker image
This commit is contained in:
parent
f2840ee6b5
commit
31059d7687
6 changed files with 387 additions and 5 deletions
|
@ -2,9 +2,7 @@ when:
|
|||
branch: main
|
||||
steps:
|
||||
- name: lint
|
||||
image: python:3-slim
|
||||
image: ghcr.io/astral-sh/uv:python3.13-bookworm
|
||||
commands:
|
||||
- python -m pip install --upgrade pip
|
||||
- python -m pip install -r requirements.txt
|
||||
- python -m pip install ruff
|
||||
- ruff check .
|
||||
- uv sync
|
||||
- uvx ruff check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue