Skip to content

Commit 882bf92

Browse files
authored
Apparently we don't need xvfb... for now anyways
1 parent 10b10a1 commit 882bf92

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ jobs:
6060
with:
6161
python-version: ${{ matrix.python.action }}
6262
architecture: x64
63-
- name: Install Linux dependencies
64-
if: matrix.system.platform == 'linux'
65-
run: |
66-
sudo apt-get update --yes
67-
sudo apt-get install --yes xvfb
6863
- name: Install
6964
run: |
7065
pip install tox

0 commit comments

Comments
 (0)