Skip to content

Commit

Permalink
Fix sensor test (#590)
Browse files Browse the repository at this point in the history
use only xvfb
  • Loading branch information
QuanyiLi committed Dec 29, 2023
1 parent 7da9c67 commit 6d201d7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: sudo apt-get install -y libglu1-mesa-dev freeglut3-dev mesa-common-dev
- name: Setup Mesa OpenGL
run: |
sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt-get update
sudo apt-get install libgl1-mesa-glx libgl1-mesa-dri
export LIBGL_ALWAYS_SOFTWARE=1
- name: open-window
- name: Prepare OpenGL
run: |
sudo apt-get -y install xvfb
sudo /usr/bin/Xvfb :0 -screen 0 1280x1024x24 &
Expand Down

0 comments on commit 6d201d7

Please sign in to comment.