Refactor public API around environments
This commit is contained in:
parent
57dae52cc2
commit
5d5243df23
41 changed files with 1301 additions and 459 deletions
1
Makefile
1
Makefile
|
|
@ -64,6 +64,7 @@ check: lint typecheck test
|
|||
dist-check:
|
||||
.venv/bin/pyro --version
|
||||
.venv/bin/pyro --help >/dev/null
|
||||
.venv/bin/pyro env list >/dev/null
|
||||
|
||||
demo:
|
||||
uv run pyro demo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue