Skip to content

Commit bce3fc2

Browse files
committed
Use release version of Python 3.12 for doctest
1 parent e0701ea commit bce3fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
# - name: 'Build CPython'
114114
# run: make -j4
115115
- name: 'Install build dependencies'
116-
run: make -C Doc/ PYTHON=../python venv
116+
run: make -C Doc/ PYTHON=python3 venv
117117
# Use "xvfb-run" since some doctest tests open GUI windows
118118
- name: 'Run documentation doctest'
119119
run: xvfb-run make -C Doc/ PYTHON=../python SPHINXERRORHANDLING="-W --keep-going" doctest

0 commit comments

Comments
 (0)