Fix: change python version
Some checks failed
Gitea Actions Demo / Hello-Gitea-Actions (push) Failing after 21s

This commit is contained in:
Bertrand Benjamin 2023-06-27 11:03:57 +02:00
parent 0127628217
commit 693849db7a

View File

@ -10,7 +10,7 @@ jobs:
- name: Set up Python 3.10
uses: https://github.com/actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.10'
- name: Run image
uses: https://github.com/abatilo/actions-poetry@v2
with: