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 94271c0 commit df91de9Copy full SHA for df91de9
.github/workflows/python-package.yml
@@ -106,7 +106,7 @@ jobs:
106
pip install pytest pytest-asyncio matplotlib jupyter pandoc playwright selenium html2image
107
pip install . --upgrade
108
pip install chromedriver-autoinstaller
109
- python -c "import chromedriver-autoinstaller; chromedriver-autoinstaller.install()"
+ python -c 'import chromedriver-autoinstaller; chromedriver-autoinstaller.install()'
110
- name: mac nbconvert patch fix # this is a tmp fix, related to https://github.com/jupyter/nbconvert/issues/1773
111
if: ${{ startsWith(matrix.os, 'macos') }}
112
run: |
0 commit comments