Skip to content

Commit

Permalink
upgrade python version to build doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Nov 6, 2023
1 parent 9c025d8 commit 830462e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: "Set up Python 3.9 on Ubuntu"
- name: "Set up Python 3.11 on Ubuntu"
uses: actions/setup-python@v2
with:
python-version: '3.9'
python-version: '3.11'
- name: "Build doc"
run: |
# Build the doc
Expand Down

0 comments on commit 830462e

Please sign in to comment.