You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/23 18:43:08 UTC

[GitHub] [arrow] pitrou commented on a change in pull request #12698: ARROW-15321: [Dev][Python] Also numpydoc-validate Cython-generated methods

pitrou commented on a change in pull request #12698:
URL: https://github.com/apache/arrow/pull/12698#discussion_r833608420



##########
File path: .github/workflows/docs_light.yml
##########
@@ -52,8 +52,8 @@ jobs:
         uses: actions/cache@v2
         with:
           path: .docker
-          key: ubuntu-docs-${{ hashFiles('cpp/**') }}
-          restore-keys: ubuntu-docs-
+          key: conda-docs-${{ hashFiles('docs/**') }}
+          restore-keys: conda-docs-

Review comment:
       Hmm, this change might partly be a mistake. Perhaps we want to compute the hashes on the C++ files?




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org