From 45f6e3fa5f876377425d5123f209fa4cf8c5b004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20K=C3=BCppers?= Date: Fri, 22 Mar 2024 12:23:49 +0100 Subject: [PATCH] Update documentation.yaml --- .github/workflows/documentation.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index c560d30..1ab0e26 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -8,6 +8,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 + with: + python-version: '3.9' - name: Install dependencies run: | pip install -r requirements.txt && pip install -r docs/requirements.txt