Skip to content

Commit

Permalink
Downgrade Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderploegsma committed Jan 23, 2024
1 parent c9b5f51 commit 973035a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
with:
python-version: "3.12"
python-version: "3.11"
- name: Build documentation
run: ./gradlew --no-daemon clean mkdocsBuild javadoc
- name: Upload artifact
Expand Down

0 comments on commit 973035a

Please sign in to comment.