Forgot poetry install
Some checks failed
dl / lint (push) Successful in 1m27s
dl / docker (push) Failing after 29s

This commit is contained in:
Michel Roux 2023-06-25 15:18:54 +02:00
parent 2d148ac951
commit dab6ad4b21

View File

@ -10,6 +10,7 @@ jobs:
with:
python-version: 3.10
- uses: https://github.com/Gr1N/setup-poetry@v8
- run: poetry install
- run: poetry run flake8 .
- run: poetry run mypy .