Skip to content

Commit

Permalink
Matplotlib is required for background gradients (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Sep 30, 2023
1 parent caef083 commit 6100ee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-book.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Only run this when the main branch changes
# Only run this when the main branch changes
on:
push:
branches:
Expand Down Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
pip install jupyter-book
pip install -r requirements.txt
pip install matplotlib # Pandas style
pip install .[polars]
- name: Create a kernel
Expand Down

0 comments on commit 6100ee3

Please sign in to comment.