Skip to content

Commit

Permalink
hotfix mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
maclandrol committed Jun 27, 2024
1 parent 7bb1eac commit 18e0d97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
cache-downloads: true

- name: Install library
run: python -m pip install --no-deps .
run: |
pip install "mkdocs-jupyter>=0.24.7" # EN: tmp fix
python -m pip install --no-deps .
- name: Configure git
run: |
Expand Down

0 comments on commit 18e0d97

Please sign in to comment.