Skip to content
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

pixi global sync doesn't report on removed package #2593

Open
2 tasks done
Hofer-Julian opened this issue Nov 29, 2024 · 0 comments
Open
2 tasks done

pixi global sync doesn't report on removed package #2593

Hofer-Julian opened this issue Nov 29, 2024 · 0 comments
Labels
area:global Related to pixi global 🐞 bug Something isn't working

Comments

@Hofer-Julian
Copy link
Contributor

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

[envs.python]
channels = ["https://prefix.dev/conda-forge"]
dependencies = { python = "*", numpy = "*"}
exposed = { python = "python" }
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.
@Hofer-Julian Hofer-Julian added 🐞 bug Something isn't working area:global Related to pixi global labels Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:global Related to pixi global 🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant