We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a1f9b commit b7d4ae8Copy full SHA for b7d4ae8
.github/workflows/ci.yml
@@ -199,7 +199,7 @@ jobs:
199
# explicit file installs don't support extras, skimage brings most along
200
run: |
201
set -eux
202
- ${{ matrix.py_cmd }} -m pip install -vv nbval scikit-image ipywebrtc pytest-cov codecov
+ ${{ matrix.py_cmd }} -m pip install -vv nbval scikit-image ipywebrtc pytest-cov codecov matplotlib
203
- name: Run python tests
204
# remove the source directory to avoid surprises
205
0 commit comments