[ci] try uv again from a different docker registry
This commit is contained in:
parent
b4b5cdcc10
commit
0ca9cabd0d
1 changed files with 3 additions and 5 deletions
|
|
@ -22,9 +22,7 @@ steps:
|
||||||
- markdownlint-cli2 .
|
- markdownlint-cli2 .
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
image: python:${PYTHON_VERSION}-slim
|
image: docker.io/astral-uv/uv:python${PYTHON_VERSION}-trixie-slim
|
||||||
commands:
|
commands:
|
||||||
- python -m venv venv
|
- uv install
|
||||||
- . venv/bin/activate
|
- uv run pytest tests.py
|
||||||
- python -m pip install --disable-pip-version-check --no-input --quiet -r requirements.txt -r requirements.dev.txt
|
|
||||||
- python -m pytest tests.py
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue