поправил CI

This commit is contained in:
Андрей Дувакин 2024-04-24 11:36:03 +05:00
parent f0f12502fb
commit e08c71983b

View File

@ -6,6 +6,7 @@ flake8:
stage: linting
image: registry.gitlab.com/pipeline-components/flake8:latest
script:
- apt-get install libpq-dev
- pip install -r requirements/test.txt
- flake8 .
only: