-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
Description
I'm not completely sure what failed, however one a couple a few of our CI runs just failed on this action with:
Installing DVC from: https://dvc.org/download/linux-deb/dvc-undefined
DVC Download Failed, trying from GitHub Releases
Installing DVC from: https://github.com/iterative/dvc/releases/download/undefined/dvc_undefined_amd64.deb
A retry of the same run shortly afterwards succeeded.
My guess is that the logic to determine the version number failed, however did so in a manner which wasn't immediately an error. Perhaps if the version number lookup fails it should error immediately?