haydenflinner / haydenflinner/magicinvoke
Installation mangles existing invoke installation
Open
- Dominant language
- Python
- Stars
- 10
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Our CI is failing with an assortment of syntax errors in invoke package. On closer inspection we can see some files in invoke got mangled somehow:

My guess is that `magicinvoke` install its own copy of `invoke` (can someone confirm that the case?) - but because poetry installs `invoke` and `magicinvoke` in parallel, there is a possibility these two installations partially writing on top of each other.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.