Install linting tools in linting stage

merge-requests/17/head
erik 12 months ago
parent a4cdf051ff
commit 66c78da0c2

@ -16,6 +16,7 @@ stages:
lint:
stage: lint&test
script:
- pip install -r dev_requirements.txt
- pyb lint
pytest:

Loading…
Cancel
Save