-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(monorepo): ensure local venv is used for all subproject tasks (#587)
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.
- Loading branch information
Showing
3 changed files
with
35 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 4 additions & 22 deletions
26
packages/monorepo/test/__snapshots__/monorepo.test.ts.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
80 changes: 16 additions & 64 deletions
80
packages/type-safe-api/test/project/__snapshots__/type-safe-api-project.test.ts.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.