Skip to content

Commit df91de9

Browse files
committed
ci
1 parent 94271c0 commit df91de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
pip install pytest pytest-asyncio matplotlib jupyter pandoc playwright selenium html2image
107107
pip install . --upgrade
108108
pip install chromedriver-autoinstaller
109-
python -c "import chromedriver-autoinstaller; chromedriver-autoinstaller.install()"
109+
python -c 'import chromedriver-autoinstaller; chromedriver-autoinstaller.install()'
110110
- name: mac nbconvert patch fix # this is a tmp fix, related to https://github.com/jupyter/nbconvert/issues/1773
111111
if: ${{ startsWith(matrix.os, 'macos') }}
112112
run: |

0 commit comments

Comments
 (0)