[CI] tell pip it's ok to run as root
This commit is contained in:
parent
f5aabe7fb7
commit
0b164cdf1a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ steps:
|
|||
commands:
|
||||
- python -m venv venv
|
||||
- /bin/bash -c "source venv/bin/activate"
|
||||
- python -m pip install --disable-pip-version-check --no-input --quiet -r requirements/test.txt
|
||||
- python -m pip install --root-user-action --disable-pip-version-check --no-input --quiet -r requirements/test.txt
|
||||
- python -m pytest
|
||||
|
||||
services:
|
||||
|
|
Loading…
Add table
Reference in a new issue