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/01/01 22:59:20 UTC

[GitHub] [arrow-datafusion] cpcloud commented on a change in pull request #1508: Ship Cargo.lock in the source distribution

cpcloud commented on a change in pull request #1508:
URL: https://github.com/apache/arrow-datafusion/pull/1508#discussion_r777145887



##########
File path: .github/workflows/python_build.yml
##########
@@ -77,6 +77,9 @@ jobs:
       - name: Build Python package
         run: maturin build --release --no-sdist --strip
 
+      - name: Check that the lock file is up to date
+        run: git diff --exit-code Cargo.lock

Review comment:
       Yep, great idea. Thanks 




-- 
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