Skip to content

Commit

Permalink
Build docs in Python 3.11
Browse files Browse the repository at this point in the history
This avoid `Literal[...]` bug, see jbms/sphinx-immaterial#275
  • Loading branch information
mhostetter committed Aug 6, 2023
1 parent 04fc7ef commit 8304fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
# NOTE: Fake ternary operator, see https://github.com/actions/runner/issues/409
fetch-depth: 0 # Fetch all commits and tags, needed for intermediate versions

- name: Set up Python 3.8
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.11

- name: Upgrade pip
run: python3 -m pip install --upgrade pip
Expand Down

0 comments on commit 8304fdf

Please sign in to comment.