kou commented on code in PR #47943:
URL: https://github.com/apache/arrow/pull/47943#discussion_r2464222232
##########
.github/workflows/dev.yml:
##########
@@ -60,7 +60,9 @@ jobs:
- name: Cache pre-commit
uses: actions/cache@v4
with:
- path: ~/.cache/pre-commit
+ path: |
+ ~/.cache/pre-commit
+ ~/.local/share/renv/cache
Review Comment:
How about splitting this to a separated PR and merge this as soon as
possible to fix CI failures in all PRs?
--
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]