Skip to content
Snippets Groups Projects
Commit 38aa3bcd authored by Hock, Martin's avatar Hock, Martin
Browse files

Surpress the warnings about root user binaries not being on PATH.

parent fcd72991
No related branches found
No related tags found
1 merge request!57Adj/cicd
...@@ -14,8 +14,7 @@ before_script: ...@@ -14,8 +14,7 @@ before_script:
#- python --version # For debugging #- python --version # For debugging
- export PIP_ROOT_USER_ACTION=ignore # surpress the warning - export PIP_ROOT_USER_ACTION=ignore # surpress the warning
- pip install --upgrade pip - pip install --upgrade pip
- pip install --user -r requirements.txt # install dependencies from file - pip install --user --no-warn-script-location -r requirements.txt # install dependencies from file
PEP8: PEP8:
stage: linting stage: linting
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment