parent
fffec11bf4
commit
bbc5c57c09
3 changed files with 159 additions and 2 deletions
|
@ -7,12 +7,11 @@ steps:
|
|||
sync:
|
||||
image: ghcr.io/astral-sh/uv:alpine
|
||||
commands:
|
||||
- echo hi
|
||||
- uv sync
|
||||
test:
|
||||
image: ghcr.io/astral-sh/uv:alpine
|
||||
commands:
|
||||
- .venv.bin/pytest -s test/basic.py
|
||||
- .venv/bin/pytest -s test/basic.py
|
||||
build:
|
||||
image: ghcr.io/astral-sh/uv:alpine
|
||||
commands:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue