Skip to content

Commit cec1127

Browse files
committed
Update blender-test.yml
1 parent 7792b9e commit cec1127

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/blender-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,13 @@ jobs:
5555
5656
- name: Install dependencies
5757
run: |
58+
sudo apt-get update
59+
sudo apt-get install -y xvfb
5860
python -m pip install --upgrade pip
5961
pip install pytest
6062
6163
- name: Run tests
6264
run: |
65+
Xvfb :99 -screen 0 1920x1080x24 &
66+
export DISPLAY=:99
6367
pytest --blender="${{ env.BLENDER_DIR }}/blender"

0 commit comments

Comments
 (0)