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 397a5ea commit 0ac66d7Copy full SHA for 0ac66d7
.github/workflows/doc.yml
@@ -31,7 +31,11 @@ jobs:
31
cache-downloads: true
32
33
- name: Install library
34
- run: python -m pip install --no-deps .
+ run: |
35
+ python -m pip install --no-deps .
36
+ # Note: Temporarily upgrade mkdocs-jupyter through PyPi
37
+ # See https://github.com/conda-forge/mkdocs-jupyter-feedstock/pull/29
38
+ python -m pip install mkdocs-jupyter -U
39
40
- name: Configure git
41
run: |
0 commit comments