Replace pip-tools with uv
This commit is contained in:
parent
816bc54213
commit
400792922b
9 changed files with 407 additions and 304 deletions
|
|
@ -3,13 +3,11 @@ when:
|
|||
|
||||
steps:
|
||||
- name: development build
|
||||
image: python:3.11
|
||||
image: ghcr.io/astral-sh/uv:python3.11-bookworm
|
||||
commands:
|
||||
- make install-development
|
||||
- transip-listen --help
|
||||
- uv run -- transip-listen --help
|
||||
|
||||
- name: production build
|
||||
image: python:3.11
|
||||
image: ghcr.io/astral-sh/uv:python3.11-bookworm
|
||||
commands:
|
||||
- make install-production
|
||||
- transip-listen --help
|
||||
- uv run -- transip-listen --help
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ when:
|
|||
|
||||
steps:
|
||||
- name: python tests
|
||||
image: python:3.11
|
||||
image: ghcr.io/astral-sh/uv:python3.11-bookworm
|
||||
commands:
|
||||
- pip install --requirement requirements/ci.txt
|
||||
- coverage run --module unittest
|
||||
- coverage report
|
||||
- uv sync --extra ci
|
||||
- uv run -- coverage run --module unittest
|
||||
- uv run -- coverage report
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue