Skip to content

Commit

Permalink
ci(gh-pages): Bump Python version to 3.12 for gh-pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse committed Oct 15, 2024
1 parent 929d52c commit 2f3a100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx_docs_to_gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.12
- name: Installing the Documentation requirements
run: |
pip3 install .[docs]
Expand Down

0 comments on commit 2f3a100

Please sign in to comment.