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:
|
||||
stage: lint&test
|
||||
script:
|
||||
- pip install -r dev_requirements.txt
|
||||
- pyb lint
|
||||
|
||||
pytest:
|
||||
|
|
Loading…
Reference in a new issue