Skip to content

Commit

Permalink
Updated Python verision in doc workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
leojklarner committed Dec 9, 2023
1 parent cac0bfe commit 8e5379f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.11"
- name: Install dependencies
run: |
pip install .[all,docs]
Expand Down

0 comments on commit 8e5379f

Please sign in to comment.