Skip to content

Commit f5dc668

Browse files
committed
Doc CD: Change python version when building
1 parent 4d05859 commit f5dc668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd-mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- name: Install Python
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: '3.x'
26+
python-version: '3.11'
2727
- name: Install package with optional dependency 'doc'
2828
run: |
2929
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)