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 8f58a60 commit 94271c0Copy full SHA for 94271c0
.github/workflows/python-package.yml
@@ -93,9 +93,6 @@ jobs:
93
run: |
94
sudo apt-get install -y xvfb libgtk2.0-0 libnotify-dev libnss3 libxss1 curl
95
sudo apt-get install -y pandoc
96
- # install google-chrome
97
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
98
- sudo dpkg -i google-chrome-stable_current_amd64.deb
99
- name: mac dependencies
100
if: ${{ startsWith(matrix.os, 'macos') }}
101
# fix pandoc version to 3.1.6 until https://github.com/jupyter/nbconvert/issues/2164 fixed
0 commit comments