Python projects (pip/pipenv installs) using workflows

Are there any guides or examples for a python project using pipenv? In particular how to set up the persist_to_workspace to make sure the libs we install in the build job can be passed on the test and deploy jobs as well.

basically same as this: Persist python dependencies (pip/pipenv installs) in Workflows using Workspaces

except that question was never answered

ty!