We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75758d9 commit de6266bCopy full SHA for de6266b
.github/scripts/setup.sh
@@ -66,6 +66,8 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
66
-y --default-toolchain ${RUST_VERSION}
67
68
uv sync --all-extras --all-groups
69
+# required for reckless till poetry to uv migration
70
+uv tool install poetry
71
72
# We also need a relatively recent protobuf-compiler, at least 3.12.0,
73
# in order to support the experimental `optional` flag.
0 commit comments