Skip to content

Commit

Permalink
feat: Install xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Sep 11, 2023
1 parent 578c490 commit 394216a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install Required System Packages
run: sudo apt-get update && sudo apt-get install xvfb

- name: Install Dependencies
run: pip install -r requirements/ci.txt

Expand Down

0 comments on commit 394216a

Please sign in to comment.