Skip to content

Commit 1b0244c

Browse files
committed
ci(docs): pin mkdocs-material~=9.5 + mkdocs-jupyter==0.24.8 to fix dep conflict
1 parent 576c5bf commit 1b0244c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: '3.12'
2929

3030
- name: Install dependencies
31-
run: pip install "mkdocs-material<2" "mkdocs-jupyter>=0.24"
31+
run: pip install "mkdocs-material~=9.5" "mkdocs-jupyter==0.24.8"
3232

3333
- name: Build docs
3434
run: mkdocs build --strict

0 commit comments

Comments
 (0)