perhaps we using this parameter correctly this time..
This commit is contained in:
parent
1d0708f7a1
commit
76f30befe8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ steps:
|
|||
- python -m venv venv
|
||||
- /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=ignore --disable-pip-version-check --no-input --quiet -r requirements/test.txt
|
||||
- python -m pytest
|
||||
|
||||
services:
|
||||
|
|
Loading…
Add table
Reference in a new issue