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

This commit is contained in:
Michel Roux 2023-06-25 12:05:59 +02:00
parent a563c04bc6
commit b82295b7a8

View File

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