Skip to content

Commit 0ed9ec4

Browse files
tqa236pmhatre1
authored andcommitted
Fix ci not raises on error (pandas-dev#56970)
1 parent 39b0f4f commit 0ed9ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/code_checks.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
7474
pandas.Series.plot.line \
7575
pandas.Series.to_sql \
7676
pandas.read_json \
77-
pandas.DataFrame.to_sql \
77+
pandas.DataFrame.to_sql # There should be no backslash in the final line, please keep this comment in the last ignored function
7878
RET=$(($RET + $?)) ; echo $MSG "DONE"
7979

8080
fi

0 commit comments

Comments
 (0)