I switched to using py-actions/py-dependency-install@v4 and now a zip command I run in a later step doesn't "see" the modules installed by pip.
EDIT: I see where they're being installed, but it's not ideal if you're then zipping them up to deploy to an AWS Lambda function.
I switched to using
py-actions/py-dependency-install@v4and now a zip command I run in a later step doesn't "see" the modules installed by pip.EDIT: I see where they're being installed, but it's not ideal if you're then zipping them up to deploy to an AWS Lambda function.