raulcd commented on code in PR #36478:
URL: https://github.com/apache/arrow/pull/36478#discussion_r1253089608


##########
dev/tasks/macros.jinja:
##########
@@ -204,7 +204,7 @@ on:
     env:
       ARROW_FORMULA: ./arrow/dev/tasks/homebrew-formulae/{{ formula }}
     run: |
-      brew update
+      brew update || :

Review Comment:
   you mean something like: `brew update || echo "brew update did not finish 
successfully"`?
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to