Skip to content

Commit 7ceb193

Browse files
committed
try again
1 parent 85ef244 commit 7ceb193

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test_examples.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
- name: Restore UV environment
4747
run: cp production.uv.lock uv.lock
4848

49+
- name: Install system requirements
50+
run: |
51+
sudo apt-get update
52+
sudo apt-get install -y libgl1-mesa-glx libglib2.0-0
53+
4954
- name: Install dev requirements
5055
run: |
5156
uv sync --extra dev --frozen

0 commit comments

Comments
 (0)