[ci] forego uv in favour of plain python venv
This commit is contained in:
parent
18c3af8939
commit
0c294c46e4
1 changed files with 5 additions and 3 deletions
|
|
@ -22,7 +22,9 @@ steps:
|
||||||
- markdownlint-cli2 .
|
- markdownlint-cli2 .
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
image: ghcr.io/astral-uv/uv:python${PYTHON_VERSION}-trixie-slim
|
image: python:${PYTHON_VERSION}-slim
|
||||||
commands:
|
commands:
|
||||||
- uv install
|
- python -m venv venv
|
||||||
- uv run pytest tests.py
|
- . venv/bin/activate
|
||||||
|
- 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