Skip to content

Commit 6100ee3

Browse files
authored
Matplotlib is required for background gradients (#197)
1 parent caef083 commit 6100ee3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-book.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Only run this when the main branch changes
1+
# Only run this when the main branch changes
22
on:
33
push:
44
branches:
@@ -27,6 +27,7 @@ jobs:
2727
run: |
2828
pip install jupyter-book
2929
pip install -r requirements.txt
30+
pip install matplotlib # Pandas style
3031
pip install .[polars]
3132
3233
- name: Create a kernel

0 commit comments

Comments
 (0)