Install linting tools in linting stage

This commit is contained in:
erik 2023-07-12 14:45:09 +02:00
parent a4cdf051ff
commit 66c78da0c2

View file

@ -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: