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