[CI debug] is the venv really active?
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
This commit is contained in:
parent
0b164cdf1a
commit
112013962d
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- python -m venv venv
|
- python -m venv venv
|
||||||
- /bin/bash -c "source venv/bin/activate"
|
- /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 pip install --root-user-action --disable-pip-version-check --no-input --quiet -r requirements/test.txt
|
||||||
- python -m pytest
|
- python -m pytest
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue