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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]