chore: add poetry for reckless

This commit is contained in:
Lakshya Singh
2025-05-14 22:49:05 +05:30
committed by madelinevibes
parent a0fe0174dc
commit c468dda59c

View File

@@ -66,6 +66,8 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
-y --default-toolchain ${RUST_VERSION}
uv sync --all-extras --all-groups
# required for reckless till poetry to uv migration
uv tool install poetry
# We also need a relatively recent protobuf-compiler, at least 3.12.0,
# in order to support the experimental `optional` flag.