Find answers from the community

Updated 6 months ago

why is it that on my local pytest passes

why is it that on my local pytest passes but on github actions it says E ModuleNotFoundError: No module named 'llama_index.llms.anthropic'
even tho i have llama_index and llama-index-llms-anthropic==0.1.11
in my requirements.txt?
L
L
5 comments
what PR is this? We don't use pytest in our CICD, we use a tool called pants. It doesn't always pick up dependencies without a little more help (it uses dependency mapping instead of reading toml files)
oh, this is your own repo, not llama-index πŸ˜† I can take a look I guess
@LeSunshine you changed requirements.txt but your CICD is installing requirements-dev.text
Add a reply
Sign up and join the conversation on Discord