Skip to content

Commit 0b0d5df

Browse files
committed
fix
1 parent bebd47b commit 0b0d5df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/sanityTesting.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ jobs:
2626
python -m pip install --upgrade pip
2727
pip install wheel
2828
pip install .
29+
sudo apt-get install x11-utils
2930
- name: Run headless tests
3031
uses: GabrielBB/xvfb-action@v1
3132
with:
32-
run: |
33-
sudo apt-get install x11-utils
34-
python p5/visualTests/sanity_testing.py
33+
run: python p5/visualTests/sanity_testing.py

0 commit comments

Comments
 (0)