From 9e4a11aae2ba9e01f595d1f96a8190519f382049 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Mon, 14 Oct 2024 15:05:29 -0700 Subject: [PATCH] Use python 3.11 for building docs --- .github/workflows/build-docs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index a4544923cc2..6df3ba95320 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -36,6 +36,9 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: '3.11' - name: Download Release Patch if: ${{ startsWith(github.event.ref, 'refs/tags') == false }}