Conversation
|
|
|
I have pushed the branch to the Arrow repository (we can delete once merged) in order to be able to run worklfow_dispatch and test the verification job for the 25.0.0 RC1 tag, see: |
There was a problem hiding this comment.
Pull request overview
Updates the Windows release-candidate wheel verification batch script to be compatible with the updated conda create CLI by removing the deprecated -f flag that now requires a file argument, which was causing the workflow to fail.
Changes:
- Remove the deprecated
-fargument from theconda createinvocation in the Windows wheel verification script.
|
I've pushed again to start the branch from one commit earlier so the Verification jobs are successful for the 25.0.0 RC1, otherwise the ODBC packages were missing: I'll merge and remove this branch once the Workflow finishes successfully and will send the vote email for the RC. |
Rationale for this change
The Windows Wheels verification job is currently failing due to a change of API on the conda create call.
What changes are included in this PR?
Remove the deprecated
-fflag.Are these changes tested?
Yes, I have pushed the branch to the Apache Arrow repository instead of my fork to be able to manually trigger the workflow for the RC via workflow dispatch in order to validate the changes.
Are there any user-facing changes?
No