[CI] don't use a venv in test step
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
This commit is contained in:
parent
76f30befe8
commit
dec838c76d
1 changed files with 0 additions and 3 deletions
|
|
@ -15,9 +15,6 @@ steps:
|
||||||
DEPLOYMENT: Test
|
DEPLOYMENT: Test
|
||||||
ENV_PATH: .env.ci
|
ENV_PATH: .env.ci
|
||||||
commands:
|
commands:
|
||||||
- python -m venv venv
|
|
||||||
- /bin/bash -c "source 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
|
- python -m pip install --root-user-action=ignore --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