You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is with the core, cli, docs repo on github themselves, cannot resolve the source of their deps. For ex the cli doesn't know where the source of the core is, without defining the source in cli's pyproject. But, if it the source is defined, then it will override the large's repo source, which make no sense.
The text was updated successfully, but these errors were encountered:
Currently I have a monorepo project. But each subrepos inside (git submodules) aren't published to Pypi.
this is the structure
the cli require the core one, and I have set the source of the core in side the cli:
Also with the docs, require cli and core
The large repo has the pyproject.toml:
The problem is with the core, cli, docs repo on github themselves, cannot resolve the source of their deps. For ex the
cli
doesn't know where the source of thecore
is, without defining the source in cli's pyproject. But, if it the source is defined, then it will override the large's repo source, which make no sense.The text was updated successfully, but these errors were encountered: