parent
8cca5b816b
commit
e4dfe6862d
1 changed files with 2 additions and 5 deletions
|
@ -13,15 +13,12 @@ steps:
|
||||||
UV_LINK_MODE: copy
|
UV_LINK_MODE: copy
|
||||||
commands:
|
commands:
|
||||||
- uv sync
|
- uv sync
|
||||||
- ls -l .venv
|
- ls -l .venv/bin
|
||||||
test:
|
test:
|
||||||
#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:
|
||||||
- pwd
|
- ls -l .venv/bin
|
||||||
- which python
|
|
||||||
- python -c "import sys;print(sys.path)"
|
|
||||||
- ls -l /usr/local/bin
|
|
||||||
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue