Skip to content
Snippets Groups Projects
Commit bb63955a authored by Mayr, Hannes's avatar Mayr, Hannes
Browse files

Install pip programs in user location for running security checks correctly.

parent d4f295eb
Branches
Tags v2.9.3
No related merge requests found
Pipeline #812705 passed with warnings
......@@ -13,8 +13,7 @@ variables:
before_script:
- python --version # For debugging
- pip install --upgrade pip
- pip install --user
- pip install -r requirements.txt # install dependencies from file
- pip install --user -r requirements.txt # install dependencies from file
PEP8:
stage: linting
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment