Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PaleNeutron committed Jan 30, 2025
1 parent df91de9 commit 87eb688
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:
pip install pytest pytest-asyncio matplotlib jupyter pandoc playwright selenium html2image
pip install . --upgrade
pip install chromedriver-autoinstaller
python -c 'import chromedriver-autoinstaller; chromedriver-autoinstaller.install()'
python -c 'import chromedriver_autoinstaller; chromedriver_autoinstaller.install()'
- name: mac nbconvert patch fix # this is a tmp fix, related to https://github.com/jupyter/nbconvert/issues/1773
if: ${{ startsWith(matrix.os, 'macos') }}
run: |
Expand Down

0 comments on commit 87eb688

Please sign in to comment.