Skip to content

Commit

Permalink
Explicit Python version for doc build as 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kuenishi committed Apr 16, 2024
1 parent 4fed464 commit f695724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: 'pip'
- name: Install dependencies
run: |
Expand Down

0 comments on commit f695724

Please sign in to comment.