diff --git a/conan-install.sh b/conan-install.sh
index 1b85648d7241a7fa7774f42744398bfc3c0a5917..4298c1d0ebd8967ade8d8d0ebd79d17fe3e32253 100755
--- a/conan-install.sh
+++ b/conan-install.sh
@@ -25,5 +25,11 @@ fi
 
 mkdir -p "$target_dir" || exit 2
 cd "$target_dir" || exit 3
-conan remove -f arrow
+
+
+
+if [ "${CI_JOB_ID}" ]; then
+  # Temporary fix for the CI which has a broken arrow install
+  conan remove -f arrow
+fi
 conan install -pr corsika8 --build=missing "${DIR}"