Skip to content

Commit 77cec39

Browse files
committed
xvfb
1 parent 9bf706a commit 77cec39

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ jobs:
3232
keys:
3333
- pip-cache
3434

35+
# Install Xvfb and related dependencies
36+
- run:
37+
name: Install Xvfb and dependencies
38+
command: |
39+
sudo apt-get update
40+
sudo apt-get install -y xvfb
41+
3542
- run:
3643
name: Spin up Xvfb
3744
command: |

0 commit comments

Comments
 (0)