Skip to content

Commit

Permalink
new ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PaleNeutron committed Jan 29, 2025
1 parent 00d15a2 commit 66ec17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit 66ec17b

Please sign in to comment.