Skip to content
Snippets Groups Projects
Commit 78980bc6 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Use black and update CI venv

parent 8b50fcc4
No related branches found
No related tags found
No related merge requests found
Pipeline #14843 failed
......@@ -19,11 +19,9 @@ stages:
.virtualenv_template: &virtualenv_definition |
python -V
pip install virtualenv
virtualenv venv
python3 -m venv venv
source venv/bin/activate
pip install -r requirements-dev.txt
make install
make install-dev
.junit_template: &junit_definition
artifacts:
......@@ -59,7 +57,7 @@ code-style:
stage: test
script:
- *virtualenv_definition
- yapf -r -d -e "venv" .
- make black-check
allow_failure: true
coverage:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment