From 693849db7a2702b5abc16509fff77acbc3ab1c1d Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 27 Jun 2023 11:03:57 +0200 Subject: [PATCH] Fix: change python version --- .gitea/workflows/hello.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/hello.yaml b/.gitea/workflows/hello.yaml index 4d8646a..d5114c3 100644 --- a/.gitea/workflows/hello.yaml +++ b/.gitea/workflows/hello.yaml @@ -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: