mesejo commented on code in PR #1398:
URL: 
https://github.com/apache/datafusion-python/pull/1398#discussion_r3004488553


##########
.github/workflows/build.yml:
##########
@@ -73,7 +73,7 @@ jobs:
           enable-cache: true
 
       - name: Install dependencies
-        run: uv sync --dev --no-install-package datafusion
+        run: uv sync --locked --dev --no-install-package datafusion

Review Comment:
   I decided to set `UV_LOCKED=True`, this will ensure current (and future 
calls) of uv sync use `--locked`



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to