Removing --user

This commit is contained in:
Luke Robles 2022-01-30 10:37:34 -08:00
parent 6d388d55b1
commit 8803bfdce5

View File

@ -18,7 +18,7 @@ lint_python_on_merge_request:
stage: test
script:
- echo "Linting Python code"
- pip install --upgrade --user -q pip && pip install --user -q black && black --fast --check .
- pip install --upgrade -q pip && pip install -q black && black --fast --check .
build_and_push_container: