Skip to content

[cascade.packages] fix editable pip cache#223

Merged
tmi merged 1 commit into
developfrom
bug/fixEditablePipCache
Jun 12, 2026
Merged

[cascade.packages] fix editable pip cache#223
tmi merged 1 commit into
developfrom
bug/fixEditablePipCache

Conversation

@tmi

@tmi tmi commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

we note down all packages that are already installed-imported, to prevent needless pip invocations

however, that mechanism wasnt correctly accounting for local installs, because they don't yield a Requirement class directly, hence we have to hack around

we note down all packages that are already installed-imported,
to prevent needless pip invocations

however, that mechanism wasnt correctly accounting for local
installs, because they don't yield a Requirement class directly,
hence we have to hack around
@tmi tmi merged commit 4b721f7 into develop Jun 12, 2026
16 of 19 checks passed
@tmi tmi deleted the bug/fixEditablePipCache branch June 12, 2026 09:47
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.

1 participant