Skip to content

Commit

Permalink
update docs python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengp0 committed Aug 5, 2023
1 parent 5ab5174 commit 3c1df4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.11"
- name: Install dependencies
run: python -m pip install .[docs] --upgrade pip
- name: Generate API docs & Build sphinx documentation
Expand Down

0 comments on commit 3c1df4b

Please sign in to comment.