Skip to content

Commit

Permalink
remove required version of python3
Browse files Browse the repository at this point in the history
don't remember why I required that but it is now breaking since the GitHub workflows have been updated to later versions of Ubuntu and Python
  • Loading branch information
tomeichlersmith committed Dec 5, 2022
1 parent 539de15 commit 9f2c8e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
# sphinx is a python package, so we need to setup python on this runner
- name: Setup Python for Sphinx
uses: actions/setup-python@v2
with:
python-version: 3.6

# 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 9f2c8e5

Please sign in to comment.