Skip to content

Commit f74bdf9

Browse files
committed
adbc-driver-flightsql: install protobuf for the test suite
1 parent f982b5e commit f74bdf9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

‎.github/workflows/build-adbc-driver-flightsql.yml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,10 @@ jobs:
174174
# rejects the wheel as unsupported.
175175
pip install -q --upgrade pip
176176
# adbc-driver-manager/pandas/pyarrow riscv64 wheels only exist on our
177-
# own registry.
177+
# own registry. protobuf is upstream's own [test] extra (test_errors.py/
178+
# test_incremental.py import google.protobuf directly).
178179
PIP_EXTRA_INDEX_URL=https://pypi.riseproject.dev/simple/ pip install -q \
179-
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"
180181
181182
export ADBC_TEST_FLIGHTSQL_URI="grpc://localhost:41414"
182183
python -c "import adbc_driver_flightsql; import adbc_driver_flightsql.dbapi"

0 commit comments

Comments
 (0)