Closed
Description
I have two public repositories:
- Repo A (custom modules)
- Repo B (OCA modules)
Some modules in Repo A depend on modules from Repo B.
To handle this, I added entries to requirements.txt in Repo A, as shown in the image below.
https://github.com/qrtl/axls-custom/blob/16.0/test-requirements.txt
This setup worked fine until last week. However, I suddenly encountered an issue, even though I haven’t made any changes to the setup in the repo B.
It seems that the modules from Repo B are being fetched correctly by pip, but they are not found in the addons_path
during runtime.
Below is an example from the CI output.
https://github.com/qrtl/axls-custom/actions/runs/15600167184/job/43939991886?pr=117