diff --git a/.gitea/workflows/python-package.yaml b/.gitea/workflows/python-package.yaml index d38df4b..7744f37 100644 --- a/.gitea/workflows/python-package.yaml +++ b/.gitea/workflows/python-package.yaml @@ -1,7 +1,7 @@ name: Python Package env: - PYTHON_VERSION: 3.12.2 + PYTHON_VERSION: 3.11 on: workflow_call: @@ -16,7 +16,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - name: Setting up Python ${{ env.PYTHON_VERSION }} + - name: Setting up Python ${{ env.PYTHON_VERSION }} for ${{RUNNER_ARCH}} ${{RUNNER_OS}} uses: actions/setup-python@v5 with: python-version: ${{ env.PYTHON_VERSION }} @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest needs: [test] steps: - - name: Setting up Python ${{ env.PYTHON_VERSION }} + - name: Setting up Python ${{ env.PYTHON_VERSION }} for ${{RUNNER_ARCH}} ${{RUNNER_OS}} uses: actions/setup-python@v5 with: python-version: ${{ env.PYTHON_VERSION }}