parent
c82f55dbc0
commit
7a42215995
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ steps:
|
|||
#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)"
|
||||
- python -m pytest -s test/basic.py
|
||||
build:
|
||||
image: ghcr.io/astral-sh/uv:alpine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue