kevinjqliu opened a new pull request, #2824:
URL: https://github.com/apache/iceberg-python/pull/2824

   <!--
   Thanks for opening a pull request!
   -->
   
   <!-- In the case this PR will resolve an issue, please replace 
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
   <!-- Closes #${GITHUB_ISSUE_ID} -->
   
   # Rationale for this change
   This is the only place where `astral-sh/setup-uv` step is missing in github 
actions. 
   
   Since `uv` is not setup for this github action, the Makefile script will 
fallback to using `curl` to install `uv`, which can cause errors in run
   For example, 
https://github.com/kevinjqliu/iceberg-python/actions/runs/20143215308/job/57816383548?pr=30#logs
   ```
   Run make install
   uv not found. Installing...
   curl: (22) The requested URL returned error: 504
   uv venv 
   make: uv: No such file or directory
   make: *** [Makefile:70: setup-venv] Error 127
   Error: Process completed with exit code 2.
   ```
   
   ## Are these changes tested?
   
   ## Are there any user-facing changes?
   
   <!-- In the case of user-facing changes, please add the changelog label. -->
   


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