Skip to content

Commit 7f7bb03

Browse files
authored
Add PyArrow for the Cython decoder tests (#329)
We now include PyArrow in the `conftest.py`.
1 parent f69b231 commit 7f7bb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
CIBW_ARCHS: "auto64"
6969
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8,<3.12"
7070
CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==4.2.2"
71-
CIBW_TEST_EXTRAS: "s3fs,glue"
71+
CIBW_TEST_EXTRAS: "s3fs,glue,pyarrow"
7272
CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
7373
# There is an upstream issue with installing on MacOSX
7474
# https://github.com/pypa/cibuildwheel/issues/1603

0 commit comments

Comments
 (0)