Skip to content

Commit 94a914c

Browse files
authored
Add system dependencies installation step
1 parent f2bc733 commit 94a914c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
restore-keys: |
3434
mkdocs-material-
3535
- run: pip install mkdocs-material
36-
36+
- name: Install system deps
37+
run: sudo apt-get update && sudo apt-get install -y libegl1-mesa libopengl0
3738
- run: pip install pdoc
3839
- run: pip install -e .
3940
- run: pdoc epicure -o docs/api

0 commit comments

Comments
 (0)