From 3dc18eb8bd03d7ec7aa061f4a1878cfee4783b72 Mon Sep 17 00:00:00 2001 From: brb Date: Mon, 10 Jul 2023 19:33:35 +0200 Subject: [PATCH] specified python version --- .gitea/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 768511e..92d0eba 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -10,7 +10,7 @@ jobs: - name: Set up Python 3.10 uses: https://github.com/actions/setup-python@v3 with: - python-version: "3.10" + python-version: "3.10.12" - name: Install dependencies run: | python -m pip install --upgrade pip