From c6cd25c845b7aab57b8b10e4ee1ad50baac0f6b0 Mon Sep 17 00:00:00 2001 From: Tom Eichlersmith <31970302+tomeichlersmith@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:49:01 -0500 Subject: [PATCH] define python version for setup-python v4 now requires a python version to be set --- .github/workflows/docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 665969ece..8000026a6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -49,6 +49,8 @@ jobs: # sphinx is a python package, so we need to setup python on this runner - name: Setup Python for Sphinx uses: actions/setup-python@v4 + with: + python-version: 3.11 # Runs sphinx-apidoc and sphinx-build in the docs/ directory # sphinx-apidoc requires the python files to be packaged together