[ci] quieten down pip install; install project into venv
This commit is contained in:
parent
ccece213a3
commit
4d85dc4254
1 changed files with 2 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- python -m venv venv
|
- python -m venv venv
|
||||||
- . venv/bin/activate
|
- . venv/bin/activate
|
||||||
- python -m pip install -r requirements.txt -r requirements.dev.txt
|
- python -m pip install --no-deps --quiet -r requirements.txt -r requirements.dev.txt
|
||||||
|
- python -m pip install .
|
||||||
- python -m pytest tests.py
|
- python -m pytest tests.py
|
||||||
# coverage: uv run pytest tests.py --cov-report= --cov=src # no cov report on terminal: useful for CI
|
# 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