Making pip quiet

This commit is contained in:
Luke Robles 2022-01-30 10:34:19 -08:00
parent 26662efeae
commit 1fbc7b1619

View File

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