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 d4601f2 commit 3cf62f9Copy full SHA for 3cf62f9
.github/workflows/python-package.yml
@@ -91,7 +91,7 @@ jobs:
91
- name: ubuntu dependencies
92
if: startsWith(matrix.os, 'ubuntu')
93
run: |
94
- sudo apt-get install -y xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 curl
+ sudo apt-get install -y xvfb libgtk2.0-0 libnotify-dev libnss3 libxss1 curl
95
sudo apt-get install -y pandoc
96
- name: mac dependencies
97
if: ${{ startsWith(matrix.os, 'macos') }}
0 commit comments