Skip to content

Commit aa316b9

Browse files
committed
Fixing python-version for ci-docs.
1 parent 0d922bb commit aa316b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
2121
- uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.x
23+
python-version: 3.12
2424

2525
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2626

0 commit comments

Comments
 (0)