Skip to content

Commit

Permalink
Avoid docs workflow on Python 3.10..3.12 due to distutils errors
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Oct 12, 2023
1 parent e76f55b commit 981d20a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ jobs:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
# Cannot run on 3.12, see sphinx-doc/sphinx#11720.
# Also we have to avoid the deprecation error introduced in 3.10.
- name: Install tox
run: |
python -m pip install tox
Expand Down

0 comments on commit 981d20a

Please sign in to comment.