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: regression detached-environments not used #2627

Merged
merged 7 commits into from
Dec 3, 2024

Conversation

ruben-arts
Copy link
Contributor

fixes #2623

@ruben-arts ruben-arts changed the title fix: detached environments not used fix: regression detached-environments not used Dec 3, 2024
@@ -309,7 +309,7 @@ pub(crate) fn read_environment_file(
/// 4. It verifies that the prefix contains a `.gitignore` file.
pub async fn sanity_check_project(project: &Project) -> miette::Result<()> {
// Sanity check of prefix location
verify_prefix_location_unchanged(project.default_environment().dir().as_path()).await?;
verify_prefix_location_unchanged(project.environments_dir().as_path()).await?;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was the fix

Copy link
Contributor

@Hofer-Julian Hofer-Julian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great that you found the fix!

tests/integration_python/test_run_cli.py Outdated Show resolved Hide resolved
@ruben-arts ruben-arts enabled auto-merge (squash) December 3, 2024 13:08
@ruben-arts ruben-arts merged commit 6655397 into prefix-dev:main Dec 3, 2024
22 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.

detached-environments broken in 0.39
3 participants