Skip to content

Commit de6266b

Browse files
committed
chore: add poetry for reckless
1 parent 75758d9 commit de6266b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
6666
-y --default-toolchain ${RUST_VERSION}
6767

6868
uv sync --all-extras --all-groups
69+
# required for reckless till poetry to uv migration
70+
uv tool install poetry
6971

7072
# We also need a relatively recent protobuf-compiler, at least 3.12.0,
7173
# in order to support the experimental `optional` flag.

0 commit comments

Comments
 (0)