From c6fbe4a1a96fa76a1e8c38a2162cf52a609ba438 Mon Sep 17 00:00:00 2001 From: Anh Trinh Date: Mon, 15 Jan 2024 23:26:15 +0100 Subject: [PATCH] Fix CI not raised when there's an error --- ci/code_checks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/code_checks.sh b/ci/code_checks.sh index 145be3e52f2c0..c90645374b2f3 100755 --- a/ci/code_checks.sh +++ b/ci/code_checks.sh @@ -95,7 +95,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then pandas.DataFrame.groupby \ pandas.DataFrame.sort_values \ pandas.DataFrame.plot.hexbin \ - pandas.DataFrame.plot.line \ + pandas.DataFrame.plot.line RET=$(($RET + $?)) ; echo $MSG "DONE" fi