File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 enable-cache : true
3030
3131 - name : Install dependencies
32- working-directory : examples/demo-app
33- # We need to ensure pywire is available.
34- # Since examples are usually run in the workspace, they rely on workspace sources.
35- # In this isolated CI, we must explicitly add the path or run sync with an override if possible.
36- # Simple fix: install pywire editable, then sync.
32+ working-directory : examples
3733 run : |
38- uv add --editable ../../ pywire
34+ uv add --editable ../pywire
3935 uv sync
4036
4137 - name : Run Checks
Original file line number Diff line number Diff line change 1+ [project ]
2+ name = " pywire-examples"
3+ version = " 0.1.0"
4+ description = " Examples for PyWire"
5+ requires-python = " >=3.12"
6+ dependencies = []
7+
8+ [tool .uv ]
9+ members = [" demo-app" , " demo-components" , " demo-routing" ]
You can’t perform that action at this time.
0 commit comments