Skip to content

Commit

Permalink
more headless peripherals
Browse files Browse the repository at this point in the history
  • Loading branch information
klxu03 committed Jan 25, 2024
1 parent d80087d commit 2559195
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ jobs:
with:
path: "requirements.txt"

# this Action sets up XVFB
- name: Set up XVFB
# These actions setup virtual peripherals in the headless environment
- name: Set up Headless Peripherals
run: |
sudo apt-get update
sudo apt-get install -y xvfb
Xvfb :99 &
sudo apt-get install python3-tk python3-dev
# Runs a set of commands using the runners shell
- name: run Django/Turkle server
Expand Down

0 comments on commit 2559195

Please sign in to comment.