thisisnic commented on code in PR #47943:
URL: https://github.com/apache/arrow/pull/47943#discussion_r2463744897
##########
.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:
When I updated the CI to use air, I inadvertently got rid of the renv cache
which is where lintr is loaded from, so this fixes it. I can pull it out to a
separate PR if necessary, but I figured it should be fine here?
--
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]