Skip to content

Commit c4851a5

Browse files
committed
test
1 parent 7aecf80 commit c4851a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kafka_consumer/hatch.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
post-install-commands = [
77
"python -m pip uninstall -y confluent-kafka",
88
"python -m pip install --no-binary confluent-kafka confluent-kafka==2.3.0",
9+
"python -c 'import confluent_kafka; print(confluent_kafka.version())'",
910
]
1011

1112
[envs.default.env-vars]

0 commit comments

Comments
 (0)