Skip to content

Commit 4f35de3

Browse files
committed
change python version for deploy
1 parent 7c0502c commit 4f35de3

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
@@ -16,7 +16,7 @@ jobs:
1616
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: 3.x
19+
python-version: 3.12
2020
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2121
- uses: actions/cache@v4
2222
with:

0 commit comments

Comments
 (0)