parent
a7046d7296
commit
9b5f60b571
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ steps:
|
||||||
ENV_PATH: .env.ci
|
ENV_PATH: .env.ci
|
||||||
commands:
|
commands:
|
||||||
- python -m venv venv
|
- python -m venv venv
|
||||||
- source venv/bin/activate
|
- . venv/bin/activate
|
||||||
- echo VENV is $VIRTUAL_ENV
|
- 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