Skip to content

Commit 0ac66d7

Browse files
authored
Update doc.yml
Temporarily manually update `mkdocs-jupyter` through `pip`
1 parent 397a5ea commit 0ac66d7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/doc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ jobs:
3131
cache-downloads: true
3232

3333
- name: Install library
34-
run: python -m pip install --no-deps .
34+
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
3539
3640
- name: Configure git
3741
run: |

0 commit comments

Comments
 (0)