-
-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add retry logic to 'Download Miniforge' step of win pipeline #1639
base: main
Are you sure you want to change the base?
Conversation
Since the logs get deleted after some time, here are the full logs from the link at the top:
And the logs from conda-forge/scipy-feedstock#204:
|
@h-vetinari I just added |
Wonder if we should just use a download tool instead of scripting this ourselves. For example Azure Pipelines has PowerShell, which could be used to download a file. |
It's always nice to use something preexisting instead of scripting ourselves. However, I don't know any PowerShell. I'm happy to close this in favor of a better implementation, but I won't be able to write or test it. (I'm Linux-only.) |
I'd like to solve this download failure and those like it by retrying.
Checklist
news
entry