parent
8cca5b816b
commit
e4dfe6862d
1 changed files with 2 additions and 5 deletions
|
@ -13,15 +13,12 @@ steps:
|
|||
UV_LINK_MODE: copy
|
||||
commands:
|
||||
- uv sync
|
||||
- ls -l .venv
|
||||
- ls -l .venv/bin
|
||||
test:
|
||||
#image: ghcr.io/astral-sh/uv:alpine
|
||||
image: ghcr.io/astral-sh/uv:python3.13-alpine
|
||||
commands:
|
||||
- pwd
|
||||
- which python
|
||||
- python -c "import sys;print(sys.path)"
|
||||
- ls -l /usr/local/bin
|
||||
- ls -l .venv/bin
|
||||
- pytest -s test/basic.py
|
||||
build:
|
||||
image: ghcr.io/astral-sh/uv:alpine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue