Skip to content

Commit 3cf62f9

Browse files
committed
fix ci
1 parent d4601f2 commit 3cf62f9

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
@@ -91,7 +91,7 @@ jobs:
9191
- name: ubuntu dependencies
9292
if: startsWith(matrix.os, 'ubuntu')
9393
run: |
94-
sudo apt-get install -y xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 curl
94+
sudo apt-get install -y xvfb libgtk2.0-0 libnotify-dev libnss3 libxss1 curl
9595
sudo apt-get install -y pandoc
9696
- name: mac dependencies
9797
if: ${{ startsWith(matrix.os, 'macos') }}

0 commit comments

Comments
 (0)