We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d15a2 commit 66ec17bCopy full SHA for 66ec17b
.github/workflows/python-package.yml
@@ -106,7 +106,7 @@ jobs:
106
- name: Install dependencies
107
run: |
108
python -m pip install --upgrade pip wheel
109
- pip install pytest pytest-asyncio matplotlib jupyter pandoc playwright selenium
+ pip install pytest pytest-asyncio matplotlib jupyter pandoc playwright selenium html2image
110
pip install . --upgrade
111
- name: mac nbconvert patch fix # this is a tmp fix, related to https://github.com/jupyter/nbconvert/issues/1773
112
if: ${{ startsWith(matrix.os, 'macos') }}
0 commit comments