Skip to content

Commit 2267761

Browse files
committed
test for pyarrow
1 parent 2af0b53 commit 2267761

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ jobs:
130130
- name: Run Archery typechecking
131131
run: archery docker run ${{ matrix.image }} /arrow/dev/run_typechecking.sh
132132

133+
- name: Test that PyArrow is present
134+
run: archery docker run ${{ matrix.image }} /arrow/ci/scripts/python_test.sh /arrow
135+
133136
- name: Docker Push
134137
if: >-
135138
success() &&

0 commit comments

Comments
 (0)