Skip to content

Commit fb5b682

Browse files
committed
two fixes, libegl1 for headless ubuntu, and pythonpath: .
1 parent 7057462 commit fb5b682

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,17 @@ jobs:
1616
with:
1717
version: "latest"
1818

19+
- name: Install system dependencies
20+
run: sudo apt-get install -y --no-install-recommends libegl1
21+
1922
- name: Install test dependencies
2023
run: |
2124
uv venv
2225
uv pip install pytest pytest-cov toml psutil loguru requests PySide6
2326
2427
- name: Run tests with coverage
28+
env:
29+
PYTHONPATH: .
2530
run: uv run --no-project pytest --tb=short --cov-report=json:coverage.json
2631

2732
- name: Extract coverage percentage

0 commit comments

Comments
 (0)