From 66ec17bdbca0c6879c1dae8ceaa2c4865690f7dd Mon Sep 17 00:00:00 2001 From: John Lyu Date: Wed, 29 Jan 2025 16:48:06 +0800 Subject: [PATCH] new ci --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 88974a8..23ae881 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -106,7 +106,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip wheel - pip install pytest pytest-asyncio matplotlib jupyter pandoc playwright selenium + pip install pytest pytest-asyncio matplotlib jupyter pandoc playwright selenium html2image pip install . --upgrade - name: mac nbconvert patch fix # this is a tmp fix, related to https://github.com/jupyter/nbconvert/issues/1773 if: ${{ startsWith(matrix.os, 'macos') }}