For a Python package, I have two branches (master
and dev
) that are identical; however Travis runs successfully on dev
but not on master
(ModuleNotFoundError: No module named 'zipp'
).
I’m a bit puzzled, and it is not clear to me how to debug it.
master build:
https://travis-ci.org/github/ResponsiblyAI/responsibly/builds/765612316
dev build:
https://travis-ci.org/github/ResponsiblyAI/responsibly/builds/765612052