Skip to content

Commit cc12e91

Browse files
authored
change python version to deploy docs
1 parent c8d4141 commit cc12e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
1818
- uses: actions/setup-python@v5
1919
with:
20-
python-version: 3.x
20+
python-version: 3.11.x
2121
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2222
- uses: actions/cache@v4
2323
with:

0 commit comments

Comments
 (0)