Skip to content

Commit

Permalink
Merge pull request #915 from google/fix-build
Browse files Browse the repository at this point in the history
fix windows build
  • Loading branch information
reyammer authored Jan 23, 2025
2 parents 45136d1 + 979b591 commit e7e8472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
mkdir C:\test-uv
Copy-Item -Path dist\*.whl -Destination C:\test-uv
cd C:\test-uv
$env:PATH += ";$HOME/.local/bin"
uv init
$wheel = Get-ChildItem -Filter *.whl | Select-Object -ExpandProperty Name
uv add ".\$wheel"
Expand Down

0 comments on commit e7e8472

Please sign in to comment.