Skip to content

Commit

Permalink
fix python version in documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
Cube707 committed Jan 7, 2024
1 parent f31ad86 commit 2bb03cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ name: Documentation
paths:
- "**.md"
- "docs/**"
- ".github/workflows/documentation.yml"
pull_request:
paths:
- "**.md"
- "docs/**"
- ".github/workflows/documentation.yml"

jobs:
docs:
Expand All @@ -21,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"

- name: Upgrade pip
run: |
Expand Down

0 comments on commit 2bb03cc

Please sign in to comment.