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 30017ff commit 28fba3aCopy full SHA for 28fba3a
ci/scripts/python_test_type_annotations.sh
@@ -22,7 +22,7 @@ pyarrow_dir=${1}
22
23
if [ "${PYARROW_TEST_ANNOTATIONS}" == "ON" ]; then
24
# Install library stubs
25
- pip install pandas-stubs scipy-stubs sphinx types-cffi types-psutil types-requests types-python-dateutil
+ pip install pandas-stubs scipy-stubs types-cffi types-psutil types-requests types-python-dateutil
26
27
# Install type checkers
28
pip install mypy pyright ty
0 commit comments