perhaps with a venv we don't need to tell pip about root being ok
This commit is contained in:
parent
9b5f60b571
commit
088eadc272
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ steps:
|
|||
commands:
|
||||
- python -m venv venv
|
||||
- . 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
|
||||
- echo $VIRTUAL_ENV
|
||||
- python -m pip install --disable-pip-version-check --no-input --quiet -r requirements/test.txt
|
||||
- python -m pytest
|
||||
|
||||
services:
|
||||
|
|
Loading…
Add table
Reference in a new issue