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(monorepo): ensure local venv is used for all subproject tasks #587

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

cogwirrel
Copy link
Member

The poetry env info command will print the parent environment if the VIRTUAL_ENV environment variable is already set to the parent environment. Ensure this gets reset for all subproject tasks to address issues where dependencies would appear to be missing during build.

The poetry env info command will print the parent environment if the VIRTUAL_ENV environment variale
is already set to the parent environment. Ensure this gets reset for all subproject tasks to address
issues where dependencies would appear to be missing during build.
Copy link
Contributor

@agdimech agdimech left a comment

Choose a reason for hiding this comment

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

This looks good :)

@cogwirrel cogwirrel merged commit 0eec5ef into mainline Oct 12, 2023
3 checks passed
@cogwirrel cogwirrel deleted the fix/monorepo-py-venv branch October 12, 2023 22:16
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.

None yet

2 participants