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 e954f19 commit f922078Copy full SHA for f922078
ci/code_checks.sh
@@ -58,9 +58,7 @@ if [[ -z "$CHECK" || "$CHECK" == "doctests" ]]; then
58
59
MSG='Python and Cython Doctests' ; echo "$MSG"
60
python -c 'import pandas as pd; pd.test(run_doctests=True)'
61
- # TEMP don't let doctests fail the build until all string dtype changes are fixed
62
- # RET=$(($RET + $?)) ; echo "$MSG" "DONE"
63
- echo "$MSG" "DONE"
+ RET=$(($RET + $?)) ; echo "$MSG" "DONE"
64
65
fi
66
0 commit comments