Skip to content

Commit

Permalink
Run doc generation workflow with Python 3.9.
Browse files Browse the repository at this point in the history
Python 3.10 is broken while we wait for mahmoud/boltons#294
  • Loading branch information
kdeldycke committed Dec 11, 2021
1 parent 3ee4855 commit f6102da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
# XXX Force Python 3.9 to not have 3.10 as default.
# Waiting for boltons > 21.0.0 to be released with upstreamed
# Python 3.10 fix: https://github.com/mahmoud/boltons/issues/294
python-version: "3.9"
- name: Install Sphinx
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit f6102da

Please sign in to comment.