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 2af0b53 commit 2267761Copy full SHA for 2267761
.github/workflows/python.yml
@@ -130,6 +130,9 @@ jobs:
130
- name: Run Archery typechecking
131
run: archery docker run ${{ matrix.image }} /arrow/dev/run_typechecking.sh
132
133
+ - name: Test that PyArrow is present
134
+ run: archery docker run ${{ matrix.image }} /arrow/ci/scripts/python_test.sh /arrow
135
+
136
- name: Docker Push
137
if: >-
138
success() &&
0 commit comments