[CI debug] is the venv really active?

This commit is contained in:
bronsen 2025-03-14 23:00:19 +01:00
parent 0b164cdf1a
commit 112013962d

View file

@ -17,6 +17,7 @@ steps:
commands:
- python -m venv venv
- /bin/bash -c "source venv/bin/activate"
- echo VENV is $VIRTUAL_ENV
- python -m pip install --root-user-action --disable-pip-version-check --no-input --quiet -r requirements/test.txt
- python -m pytest