Skip to content

Commit

Permalink
No ls -lh on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Dec 10, 2024
1 parent f589943 commit 06666bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/pipeline/build-win64-gpu.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cd ../python-package
conda activate
pip wheel --no-deps -v . --wheel-dir dist/
if ($LASTEXITCODE -ne 0) { throw "Last command failed" }
ls -lh dist/
ls dist/
python -m wheel tags --python-tag py3 --abi-tag none `
--platform win_amd64 --remove \
(Get-ChildItem dist/*.whl | Select-Object -Expand FullName)
Expand Down

0 comments on commit 06666bd

Please sign in to comment.