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 c8d180e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,13 @@ 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
run: |
mkdir var
pip install -r requirements/ci.txt
- uses: browser-actions/setup-chrome@latest
- run: chrome --version
Expand Down

0 comments on commit c8d180e

Please sign in to comment.