Uh oh!
There was an error while loading. Please reload this page.
Poetry+Hatch Monorepo - #1002
Conversation
a50eb4f to
09ca3b0Compare4c4b6ca to
b153430Compare@Archmonger I need help debugging |
Archmonger
commented
Jun 1, 2023
I hopefully can look at this tomorrow. Motherboard just died, my new board arrived today. Will be installing it tomorrow 🤞 |
I just looked at the exception stack in that other PR. This is actually a very common gotcha. Windows uses backslashes for directory paths, while Linux uses forward slashes. To fix this, you'll need to remove any hard coded paths in the tests and use the OS-aware |
rmorshea
commented
Jun 1, 2023
Clearly I'm doing something wrong there, but I don't see where in hatch-build-scripts since I'm using |
fb08570 to
531f0c4Comparee967806 to
8c6b022Comparermorshea
commented
Jun 3, 2023
Ok, turns out it wasn't an issue with |
ofek
commented
Jun 3, 2023
It does not actually |
rmorshea
commented
Jun 3, 2023
This could very well be some interaction between hatch / invoke / GH actions. Now that I'm thinking about it, if |
This will set up the project so it can host multiple Python packages. This is in preparation for a future
reactpy-buildpackage.Also will introduce Hatch and Poetry for managing Python projects
Closes: #964
Closes: #1002