You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On one hand, I get this. On the other, it was updated in the sense that the update command successfully executed what was needed for an update, it just happens there was nothing to do.
When an update is requested but there's nothing to do, what would you expect/suggest the messaging to be here?
We can have update check (in most cases) if the runtime version changed or not and report something else when it hasn't.
Some background to how I got the idea for this issue: I had noticed that conda didn't updated as reported in #264, but this was actually not so obvious since the cli output didn't actually state the version of the package I had before and after update.
A bit more explicit output as to which version I had before and after would have made it easier to be sure that #264 was indeed buggy behaviour.
We might also want to get rid of the micromamba banner and maybe also the channel downloads. The banner is just noise and the channel downloads just add multiple progress bars.
You can disable the banner with --no-banner or conda env config vars set MAMBA_NO_BANNER=1, see mamba-org/mamba#984
Current Behavior
The logs for
nextstrain update conda
report "Runtime updated!" in green, despite no update having happened.Expected behavior
"Runtime updated!" only shows when an update has happened.
How to reproduce
Steps to reproduce the current behavior:
nextstrain update conda
nextstrain update conda
againRunning
nextstrain
under rosetta2 on M1 mac.The text was updated successfully, but these errors were encountered: