We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44dbd99 + 16530b7 commit 01dfab3Copy full SHA for 01dfab3
1 file changed
.github/workflows/documentation.yml
@@ -42,7 +42,7 @@ jobs:
42
pipx install pipenv
43
- name: Install dependencies
44
run: |
45
- pipenv install --dev
+ pipenv --python $(which python) install --dev
46
pipenv install sphinx
47
pipenv install sphinx_rtd_theme
48
- name: Build docs
0 commit comments