[ci] and now we are back to before when we had -e . in requirements.txt
This commit is contained in:
parent
4d85dc4254
commit
e50f243cbf
1 changed files with 1 additions and 1 deletions
|
|
@ -28,6 +28,6 @@ steps:
|
|||
- python -m venv venv
|
||||
- . venv/bin/activate
|
||||
- python -m pip install --no-deps --quiet -r requirements.txt -r requirements.dev.txt
|
||||
- python -m pip install .
|
||||
- python -m pip install -e .
|
||||
- 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