workflow draft #35
Annotations
2 errors
Build wheels cp312-win_amd64
Command $cuda_installer = "https://developer.download.nvidia.com/compute/cuda/11.4.2/network_installers/cuda_11.4.2_windows_network.exe" $cuda_installer_path = "$env:TEMP\cuda_installer.exe" Invoke-WebRequest -Uri $cuda_installer -OutFile $cuda_installer_path Start-Process -FilePath $cuda_installer_path -ArgumentList "-s" -NoNewWindow -Wait
|
Build wheels cp312-win_amd64
Process completed with exit code 1.
|
Loading