Checks
Reproducible example
pixi run --no-progress python
Issue description
The "activating environment" text briefly shows.
Expected behavior
No progress bars to show when --no-progress is provided. I believe this was introduced in #4655, which does not take into account this case when restoring the progress bar.
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version.Reproducible example
Issue description
The "activating environment" text briefly shows.
Expected behavior
No progress bars to show when
--no-progressis provided. I believe this was introduced in #4655, which does not take into account this case when restoring the progress bar.