поправил CI

This commit is contained in:
Андрей Дувакин 2024-04-24 11:37:44 +05:00
parent cc4cad5b64
commit 6a1fc6a711

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: