Skip to content

Commit 28fba3a

Browse files
authored
Update ci/scripts/python_test_type_annotations.sh
1 parent 30017ff commit 28fba3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/python_test_type_annotations.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pyarrow_dir=${1}
2222

2323
if [ "${PYARROW_TEST_ANNOTATIONS}" == "ON" ]; then
2424
# Install library stubs
25-
pip install pandas-stubs scipy-stubs sphinx types-cffi types-psutil types-requests types-python-dateutil
25+
pip install pandas-stubs scipy-stubs types-cffi types-psutil types-requests types-python-dateutil
2626

2727
# Install type checkers
2828
pip install mypy pyright ty

0 commit comments

Comments
 (0)