Fix runner
Some checks failed
dl / lint (push) Failing after 13s
dl / docker (push) Has been skipped

This commit is contained in:
Michel Roux 2023-06-25 11:56:12 +02:00
parent 4deffc7d68
commit a563c04bc6

View File

@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v3
- uses: https://github.com/actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.10.12
- uses: https://github.com/Gr1N/setup-poetry@v8
- run: poetry run flake8 .
- run: poetry run mypy .