Making pip quiet

This commit is contained in:
ein 2022-01-30 10:33:36 -08:00
parent 94f970b1c5
commit 8b1c0ee2a3

View File

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