Skip to content

Commit e209525

Browse files
authored
Update .github/workflows/website.yml
1 parent dd7f2f8 commit e209525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Python
3939
uses: actions/setup-python@v4
4040
with:
41-
python-version: 3.11
41+
python-version: '3.10'
4242
- name: Build Python Multiple Version Document
4343
working-directory: ${{ env.PYDS_HOME }}
4444
# rsync all files in directory docs/build/html/versions expect .doctrees have sensitive data, so we need to delete it

0 commit comments

Comments
 (0)