Skip to content

Commit

Permalink
ci(sphinx): use python 3.12 for sphinx build
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Jan 30, 2024
1 parent 7be005f commit af43039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Python 3.9
- name: Set up Python 3.12
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: "3.12"

- name: Install apt dependencies
run: |
Expand Down

0 comments on commit af43039

Please sign in to comment.