Skip to content

Commit 9b1b26e

Browse files
committed
Use poetry
1 parent 46210df commit 9b1b26e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/source-package-verification.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
#
66
set -e
77

8-
pip install -r requirements/requirements-tests-install.txt
9-
pip install -U build
8+
pip install poetry
9+
poetry install --all-extras
10+
poetry build
1011

1112
lib_dir=dest/runtimes/$OS_NAME-$ARCH/native
1213
tools/wheels/install-librdkafka.sh "${LIBRDKAFKA_VERSION#v}" dest

0 commit comments

Comments
 (0)