[ci] perhaps we cannot use :latest AND a specific python version
This commit is contained in:
parent
686e3e8a6f
commit
18c3af8939
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ steps:
|
||||||
- markdownlint-cli2 .
|
- markdownlint-cli2 .
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
image: ghcr.io/astral-uv/uv:latest-python${PYTHON_VERSION}-trixie-slim
|
image: ghcr.io/astral-uv/uv:python${PYTHON_VERSION}-trixie-slim
|
||||||
commands:
|
commands:
|
||||||
- uv install
|
- uv install
|
||||||
- uv run pytest tests.py
|
- uv run pytest tests.py
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue