[CI debug] more fiddling with the venv

perhaps with a venv we don't need to tell pip about root being ok
This commit is contained in:
bronsen 2025-03-14 23:27:03 +01:00
parent 9b5f60b571
commit 088eadc272

View file

@ -17,8 +17,8 @@ steps:
commands:
- python -m venv venv
- . venv/bin/activate
- echo VENV is $VIRTUAL_ENV
- python -m pip install --root-user-action=ignore --disable-pip-version-check --no-input --quiet -r requirements/test.txt
- echo $VIRTUAL_ENV
- python -m pip install --disable-pip-version-check --no-input --quiet -r requirements/test.txt
- python -m pytest
services: