[CI debug] venv works, pip is happy even as root

This commit is contained in:
bronsen 2025-03-14 23:28:31 +01:00
parent 088eadc272
commit e60522f364

View file

@ -17,7 +17,6 @@ steps:
commands:
- python -m venv venv
- . venv/bin/activate
- echo $VIRTUAL_ENV
- python -m pip install --disable-pip-version-check --no-input --quiet -r requirements/test.txt
- python -m pytest