We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0701ea commit bce3fc2Copy full SHA for bce3fc2
.github/workflows/reusable-docs.yml
@@ -113,7 +113,7 @@ jobs:
113
# - name: 'Build CPython'
114
# run: make -j4
115
- name: 'Install build dependencies'
116
- run: make -C Doc/ PYTHON=../python venv
+ run: make -C Doc/ PYTHON=python3 venv
117
# Use "xvfb-run" since some doctest tests open GUI windows
118
- name: 'Run documentation doctest'
119
run: xvfb-run make -C Doc/ PYTHON=../python SPHINXERRORHANDLING="-W --keep-going" doctest
0 commit comments