Skip to content

Commit

Permalink
Fix Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Dec 10, 2024
1 parent 47a764e commit 6e511c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
--dest-dir build `
*.whl testxgboost.exe xgboost.exe
Move-Item -Path build/xgboost.exe -Destination .
New-Item -ItemType Directory -Path python-package/dist/ -Force
Move-Item -Path (Get-ChildItem build/*.whl | Select-Object -Expand FullName) `
-Destination python-package/dist/
- run: powershell ops/pipeline/test-win64-gpu.ps1

0 comments on commit 6e511c1

Please sign in to comment.