Skip to content

Commit 91d0d31

Browse files
committed
[CI] Additional fix for WinARM64
1 parent 681c662 commit 91d0d31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python_wheels_winarm64.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
--s3-bucket xgboost-nightly-builds `
6060
--prefix ${{ env.BRANCH_NAME }}/${{ github.sha }} --make-public `
6161
$wheelFile
62+
63+
- name: Clean up
64+
run: |
65+
$wheelFile = Get-ChildItem python-package/wheelhouse/*.whl | Select-Object -First 1 -ExpandProperty FullName
6266
Remove-Item -Path $wheelFile -Verbose
6367
6468
- name: Build Python wheel xgboost-cpu for Win-ARM64

0 commit comments

Comments
 (0)