Revert "[CI] don't use a venv in test step"
This reverts commit dec838c76d
.
This commit is contained in:
parent
dec838c76d
commit
5de39ad077
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ 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
Reference in a new issue