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: ...@@ -19,11 +19,9 @@ stages:
.virtualenv_template: &virtualenv_definition | .virtualenv_template: &virtualenv_definition |
python -V python -V
pip install virtualenv python3 -m venv venv
virtualenv venv
source venv/bin/activate source venv/bin/activate
pip install -r requirements-dev.txt make install-dev
make install
.junit_template: &junit_definition .junit_template: &junit_definition
artifacts: artifacts:
...@@ -59,7 +57,7 @@ code-style: ...@@ -59,7 +57,7 @@ code-style:
stage: test stage: test
script: script:
- *virtualenv_definition - *virtualenv_definition
- yapf -r -d -e "venv" . - make black-check
allow_failure: true allow_failure: true
coverage: 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