We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e693e76 commit bda6acbCopy full SHA for bda6acb
.github/workflows/end2end.yaml
@@ -180,6 +180,7 @@ jobs:
180
run: |
181
pip install --upgrade tox
182
pip install --upgrade setuptools==61.0.0 setuptools-scm==8.2.0
183
+ pip install --upgrade virtualenv
184
- name: Build docs
185
run: tox --workdir /tmp/tox -e docs -- html BUILDDIR=${{ env.DOCUMENTATION_BUILDDIR }}
186
working-directory: ./docs
0 commit comments