-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
Poetry+Hatch Monorepo #1002
Poetry+Hatch Monorepo #1002
Conversation
a50eb4f
to
09ca3b0
Compare
4c4b6ca
to
b153430
Compare
@Archmonger I need help debugging |
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 |
Clearly I'm doing something wrong there, but I don't see where in hatch-build-scripts since I'm using |
fb08570
to
531f0c4
Compare
e967806
to
8c6b022
Compare
Ok, turns out it wasn't an issue with |
It does not actually |
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-build
package.Also will introduce Hatch and Poetry for managing Python projects
Closes: #964
Closes: #1002