We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2bc733 commit 94a914cCopy full SHA for 94a914c
1 file changed
.github/workflows/ci.yml
@@ -33,7 +33,8 @@ jobs:
33
restore-keys: |
34
mkdocs-material-
35
- run: pip install mkdocs-material
36
-
+ - name: Install system deps
37
+ run: sudo apt-get update && sudo apt-get install -y libegl1-mesa libopengl0
38
- run: pip install pdoc
39
- run: pip install -e .
40
- run: pdoc epicure -o docs/api
0 commit comments