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

fix: solve-group-envs should reside in .pixi folder #1866

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

baszalmstra
Copy link
Contributor

@baszalmstra baszalmstra commented Aug 21, 2024

Fixes #1525

When solving solve groups with pypi dependencies we create a temporary environment. This directory should be created in .pixi/solve-group-envs/<name> however they were accidentally stored in .pixi/envs/solve-group-envs/<name>. This might cause a conflict with a environment named solve-group-envs.

I also checked that this directory is properly cleaned when running pixi clean.

This was also already correctly done when using detached envs.

@baszalmstra baszalmstra self-assigned this Aug 21, 2024
@ruben-arts ruben-arts merged commit f884c97 into prefix-dev:main Aug 21, 2024
27 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Might want to prevent naming an environment solve-group-envs
2 participants