parent
378e32346d
commit
9adc3f56dd
1 changed files with 1 additions and 4 deletions
|
@ -15,13 +15,10 @@ steps:
|
||||||
- uv sync
|
- uv sync
|
||||||
- ls -l .Avenv/bin
|
- ls -l .Avenv/bin
|
||||||
test:
|
test:
|
||||||
environment:
|
|
||||||
PATH: .venv/bin:$PATH
|
|
||||||
#image: ghcr.io/astral-sh/uv:alpine
|
#image: ghcr.io/astral-sh/uv:alpine
|
||||||
image: ghcr.io/astral-sh/uv:python3.13-alpine
|
image: ghcr.io/astral-sh/uv:python3.13-alpine
|
||||||
commands:
|
commands:
|
||||||
- ls -l .venv/bin
|
- python -m pytest -s test/basic.py
|
||||||
- pytest -s test/basic.py
|
|
||||||
build:
|
build:
|
||||||
image: ghcr.io/astral-sh/uv:alpine
|
image: ghcr.io/astral-sh/uv:alpine
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue