Skip to content

Commit b7d4ae8

Browse files
committed
Fix CI deps
1 parent 52a1f9b commit b7d4ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
# explicit file installs don't support extras, skimage brings most along
200200
run: |
201201
set -eux
202-
${{ matrix.py_cmd }} -m pip install -vv nbval scikit-image ipywebrtc pytest-cov codecov
202+
${{ matrix.py_cmd }} -m pip install -vv nbval scikit-image ipywebrtc pytest-cov codecov matplotlib
203203
- name: Run python tests
204204
# remove the source directory to avoid surprises
205205
run: |

0 commit comments

Comments
 (0)