Skip to content

Commit

Permalink
xvfb fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cheind committed Oct 28, 2023
1 parent d2cac0b commit a5b819f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y mesa-utils xvfb libgl1-mesa-dev
- name: Test glxinfo
run: |
sudo /usr/bin/Xvfb :0 -screen 0 1280x1024x24 &
glxinfo
- name: Download Blender
run: |
scripts/install_blender.sh
Expand All @@ -57,4 +53,4 @@ jobs:
- name: Test with pytest
run: |
source .envs
pytest tests -m background
xvfb-run pytest tests -m background

0 comments on commit a5b819f

Please sign in to comment.