поправил CI

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

View File

@ -16,11 +16,4 @@ black_check:
image: python:3.9
script:
- pip install -r requirements/dev.txt
- black --check --config pyproject.toml .
testing:
stage: testing
script:
- pip install -r requirements/test.txt -r requirements/prod.txt
- cd lyceum
- python manage.py test
- black --check --config pyproject.toml .