Skip to content
Snippets Groups Projects
Commit d03ad0f1 authored by Misha Smirnov's avatar Misha Smirnov
Browse files

some changes

parent 703e7e24
No related branches found
No related tags found
No related merge requests found
Pipeline #219796 passed with warnings
......@@ -13,14 +13,14 @@ cache:
stages:
- test
- linting
- code-style
.virtualenv_template: &virtualenv_definition |
python -V
python3 -m venv venv
source venv/bin/activate
pip install -U pip setuptools wheel setuptools_scm
pip install pytest black black[jupyter]
pip install pytest black
test-py3.8:
......@@ -43,6 +43,7 @@ black:
# image: registry.gitlab.com/pipeline-components/black:latest
script:
- *virtualenv_definition
- pip install black[jupyter]
- black --check tests
- black --check notebooks
- black --check python_scripts
......
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