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 2be5dfc commit 97d9bf7Copy full SHA for 97d9bf7
tools/windows-build.bat
@@ -10,7 +10,7 @@ set
10
rem Download and install librdkafka from NuGet.
11
call tools\windows-install-librdkafka.bat %LIBRDKAFKA_NUGET_VERSION% dest || exit /b 1
12
13
-pip install -U -r tests/requirements.txt -r confluent_kafka/avro/requirements.txt
+pip install -U -r tests/requirements.txt -r src/confluent_kafka/avro/requirements.txt
14
pip install cibuildwheel==0.12.0 || exit /b 1
15
16
rem Build wheels (without tests)
0 commit comments