[ci] perhaps /bin/sh prefers . over source
This commit is contained in:
parent
d440e0417b
commit
5609470af2
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ steps:
|
|||
image: docker.io/astral/uv:python${PYTHON_VERSION}-trixie-slim
|
||||
commands:
|
||||
- python -m venv venv
|
||||
- source venv/bin/activate
|
||||
- . venv/bin/activate
|
||||
- python -m pip install -r requirements.txt -r requirements.dev.txt
|
||||
- python -m pytest tests.py
|
||||
# coverage: uv run pytest tests.py --cov-report= --cov=src # no cov report on terminal: useful for CI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue