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
pixi global sync
pixi global edit
# remove numpy
pixi global sync
Output of the last command
✔ Environment python was already up-to-date.
Issue description
If I remove a package from an environment, and run pixi global sync it is indeed being removed. However, it claims that the environment was already up-to-date which is not true
Expected behavior
Something like
✔ Removed package numpy in environment python.
The text was updated successfully, but these errors were encountered:
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
pixi global sync pixi global edit # remove numpy pixi global sync
Output of the last command
Issue description
If I remove a package from an environment, and run
pixi global sync
it is indeed being removed. However, it claims that the environment was already up-to-date which is not trueExpected behavior
Something like
The text was updated successfully, but these errors were encountered: