Skip to content

Commit

Permalink
define python version for setup-python
Browse files Browse the repository at this point in the history
v4 now requires a python version to be set
  • Loading branch information
tomeichlersmith authored Sep 18, 2023
1 parent 1db1d0a commit c6cd25c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6cd25c

Please sign in to comment.