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 46210df commit 9b1b26eCopy full SHA for 9b1b26e
tools/source-package-verification.sh
@@ -5,8 +5,9 @@
5
#
6
set -e
7
8
-pip install -r requirements/requirements-tests-install.txt
9
-pip install -U build
+pip install poetry
+poetry install --all-extras
10
+poetry build
11
12
lib_dir=dest/runtimes/$OS_NAME-$ARCH/native
13
tools/wheels/install-librdkafka.sh "${LIBRDKAFKA_VERSION#v}" dest
0 commit comments