We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0140666 commit 528c0f0Copy full SHA for 528c0f0
.github/workflows/ci-docs.yml
@@ -33,7 +33,8 @@ jobs:
33
- uses: actions/checkout@v4
34
- uses: actions/setup-python@v5
35
with:
36
- python-version: '3.x'
+ # Set the python version to 3.12 to keep imghdr for sphinx. Could upgrade sphinx to 6.2 to use 3.x version.
37
+ python-version: '3.12'
38
- name: Install prerequisites
39
run: |
40
echo GITHUB_SHA_SHORT=${GITHUB_SHA::8} >> $GITHUB_ENV
0 commit comments