mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 22:27:50 -05:00
Implemented basic discovery library in Rust + python bindings
Co-authored-by: Gelu Vrabie <gelu@exolabs.net> Co-authored-by: Seth Howes <sethshowes@gmail.com> Co-authored-by: Matt Beton <matthew.beton@gmail.com>
This commit is contained in:
9
justfile
9
justfile
@@ -17,13 +17,16 @@ lint-check:
|
||||
uv run ruff check master worker shared engines/*
|
||||
|
||||
test:
|
||||
uv run pytest master worker shared engines/*
|
||||
uv run pytest master worker shared engines/* rust/exo_pyo3_bindings/tests
|
||||
|
||||
check:
|
||||
basedpyright --project pyproject.toml
|
||||
uv run basedpyright --project pyproject.toml
|
||||
|
||||
sync:
|
||||
uv sync --all-packages --reinstall
|
||||
uv sync --all-packages
|
||||
|
||||
sync-clean:
|
||||
uv sync --all-packages --force-reinstall
|
||||
|
||||
protobufs:
|
||||
just regenerate-protobufs
|
||||
|
||||
Reference in New Issue
Block a user