We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb0ce9 commit 94e7c5eCopy full SHA for 94e7c5e
.github/workflows/docs.yaml
@@ -74,7 +74,7 @@ jobs:
74
- name: 🐍 Preinstall some dependencies
75
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event.client_payload.ref == format('refs/{0}/{1}', matrix.source, matrix.version)
76
run: |
77
- pip install sphinx==${{ matrix.sphinx }} sphinxcontrib-mermaid==${{ matrix.mermaid }} Jinja2==${{ matrix.jinja }}
+ pip install sphinx==${{ matrix.sphinx }} sphinxcontrib-mermaid==${{ matrix.mermaid }} Jinja2==${{ matrix.jinja }} six
78
79
- name: 🏗 Set up NodeJS
80
0 commit comments