raulcd commented on PR #47616:
URL: https://github.com/apache/arrow/pull/47616#issuecomment-3397511941

   > Ah, sorry! I'm surprised because the filename doesn't always match the one 
being used in the `pip install` command that follows. Do you know why that 
works?
   
   From what I understand we always [copy 
both](https://docs.docker.com/reference/dockerfile/#source-1) and then pip 
installing `C:/arrow/python/%REQUIREMENTS_FILE%` based on:
   ```
       if "%python%"=="3.13" ( \
           setx REQUIREMENTS_FILE "requirements-wheel-test-3.13t.txt" \
       ) else ( \
           setx REQUIREMENTS_FILE "requirements-wheel-test.txt" \
       )
   ```
   


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