Skip to content

Commit 032580c

Browse files
authored
Change python version to 3.10 (#1746)
1 parent ed3aa6f commit 032580c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-versioned-docs-to-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616
- uses: actions/setup-python@v4
1717
with:
18-
python-version: "3.12.4"
18+
python-version: "3.10"
1919
- name: Install dependencies
2020
run: |
2121
pip install -r "Docs/requirements.txt"

0 commit comments

Comments
 (0)