Install linting tools in linting stage
This commit is contained in:
parent
a4cdf051ff
commit
66c78da0c2
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ stages:
|
||||||
lint:
|
lint:
|
||||||
stage: lint&test
|
stage: lint&test
|
||||||
script:
|
script:
|
||||||
|
- pip install -r dev_requirements.txt
|
||||||
- pyb lint
|
- pyb lint
|
||||||
|
|
||||||
pytest:
|
pytest:
|
||||||
|
|
Loading…
Reference in a new issue