From ed3d094ec1878d0a49f38b1c69e092ca79b1cf30 Mon Sep 17 00:00:00 2001 From: Crozzers Date: Sun, 10 Sep 2023 15:42:42 +0100 Subject: [PATCH] Add python setup step --- .github/workflows/release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3e0dd96..3f1f3dd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -80,6 +80,11 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ needs.getversion.outputs.version }} + - name: Set up Python 3.11 + uses: actions/setup-python@v4 + with: + python-version: "3.11" + cache: "pip" - name: Install Dependencies run: | python -m pip install .[docs]