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

Unset target when creating virtual environments #3362

Merged
merged 1 commit into from May 3, 2024
Merged

Conversation

charliermarsh
Copy link
Member

Summary

We were writing the build dependencies into the --target directory, which both made builds fail and led to them leaking into the user's directory.

Closes #3349.

@charliermarsh charliermarsh added the bug Something isn't working label May 3, 2024
@charliermarsh charliermarsh marked this pull request as ready for review May 3, 2024 23:08
@charliermarsh charliermarsh enabled auto-merge (squash) May 3, 2024 23:12
@charliermarsh charliermarsh merged commit a630185 into main May 3, 2024
43 checks passed
@charliermarsh charliermarsh deleted the charlie/target branch May 3, 2024 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

uv pip install --target seems to fail when there is no wheel available on pypi.org
2 participants