From 26eec179eaaf34bc70d44165922f8ec1d912f1ca Mon Sep 17 00:00:00 2001 From: Szubie Date: Mon, 30 Sep 2024 00:09:41 +0100 Subject: [PATCH] Update Python version when building docs --- .github/workflows/documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 7ba0597..aba2acc 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -11,6 +11,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 + with: + python-version: "3.10.3" - name: Install dependencies run: | pip install -r docs_requirements.txt