Windows CI: write wheel into usual location.

Should fix installation failure.
This commit is contained in:
Peter Hawkins 2023-06-13 14:23:59 -04:00
parent 21051fffc9
commit e47c475fe4

View File

@ -38,8 +38,7 @@ jobs:
run: |
python -m pip install -r build/test-requirements.txt
"C:\\msys64\\;C:\\msys64\\usr\\bin\\;" >> $env:GITHUB_PATH
python.exe build\build.py `
--output_path=$(Join-Path -Path (Get-Location) -ChildPath "\tmp")
python.exe build\build.py
- name: Run tests
env: