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



##########
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:
       can you use `--frozen` and `--locked` per [doc][1]
   
   [1]: https://doc.rust-lang.org/cargo/commands/cargo-install.html




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


Reply via email to