From b2c4408f731840ca4d54cf74e748b029408f7964 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sat, 13 Jan 2024 12:37:38 +0100 Subject: [PATCH] Reduced Python version for documentation checker. --- .github/workflows/CheckDocumentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CheckDocumentation.yml b/.github/workflows/CheckDocumentation.yml index c092b5c..285516a 100644 --- a/.github/workflows/CheckDocumentation.yml +++ b/.github/workflows/CheckDocumentation.yml @@ -47,10 +47,10 @@ jobs: - name: ⏬ Checkout repository uses: actions/checkout@v4 - - name: 🐍 Setup Python ${{ inputs.python_version }} + - name: 🐍 Setup Python 3.11 uses: actions/setup-python@v5 with: - python-version: ${{ inputs.python_version }} + python-version: "3.11" - name: 🔧 Install wheel,tomli and pip dependencies (native) run: |