Skip to content

Commit

Permalink
Updated doc building python version
Browse files Browse the repository at this point in the history
  • Loading branch information
m-albert committed Oct 17, 2024
1 parent 5589d90 commit 61f9093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.11"
- name: Install dependencies
run: pip install -r docs/docs_requirements.txt
- name: Setup doc deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.11"
- name: Install dependencies
run: pip install -r docs/docs_requirements.txt
- name: Setup doc deploy
Expand Down

0 comments on commit 61f9093

Please sign in to comment.