1 parent f982b5e commit f74bdf9Copy full SHA for f74bdf9
1 file changed
.github/workflows/build-adbc-driver-flightsql.yml
@@ -174,9 +174,10 @@ jobs:
174
# rejects the wheel as unsupported.
175
pip install -q --upgrade pip
176
# adbc-driver-manager/pandas/pyarrow riscv64 wheels only exist on our
177
- # own registry.
+ # own registry. protobuf is upstream's own [test] extra (test_errors.py/
178
+ # test_incremental.py import google.protobuf directly).
179
PIP_EXTRA_INDEX_URL=https://pypi.riseproject.dev/simple/ pip install -q \
- wheelhouse/*.whl adbc-driver-manager numpy pandas "pyarrow>=14.0.1" "pytest>=9"
180
+ wheelhouse/*.whl adbc-driver-manager numpy pandas protobuf "pyarrow>=14.0.1" "pytest>=9"
181
182
export ADBC_TEST_FLIGHTSQL_URI="grpc://localhost:41414"
183
python -c "import adbc_driver_flightsql; import adbc_driver_flightsql.dbapi"
0 commit comments