Skip to content

Commit 66ec17b

Browse files
committed
new ci
1 parent 00d15a2 commit 66ec17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Install dependencies
107107
run: |
108108
python -m pip install --upgrade pip wheel
109-
pip install pytest pytest-asyncio matplotlib jupyter pandoc playwright selenium
109+
pip install pytest pytest-asyncio matplotlib jupyter pandoc playwright selenium html2image
110110
pip install . --upgrade
111111
- name: mac nbconvert patch fix # this is a tmp fix, related to https://github.com/jupyter/nbconvert/issues/1773
112112
if: ${{ startsWith(matrix.os, 'macos') }}

0 commit comments

Comments
 (0)