From c9dc3c552fa61ee6c59baeccb2b08ef3409fcefe Mon Sep 17 00:00:00 2001 From: doerp Date: Sat, 13 Jul 2024 15:59:46 +0200 Subject: [PATCH] ci: set python version 3.9 --- .github/workflows/documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0b32a86..57d4d49 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 + with: + python-version: "3.9" - uses: abatilo/actions-poetry@v2 - name: Install dependencies run: |