We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a915ef1 commit 104fa41Copy full SHA for 104fa41
.github/workflows/docs.yml
@@ -24,6 +24,7 @@ jobs:
24
pip install sphinx sphinx_rtd_theme nbsphinx
25
pip install .
26
pip freeze
27
+ sudo apt-get install pandoc
28
29
- name: Debug environment
30
run: |
0 commit comments