Ying Ting Loo
10/10/2023, 11:57 AMprefect.deployments.steps.pip_install_requirements does not seem to work as well.
will post my yaml file nextNate
10/10/2023, 3:01 PMEXTRA_PIP_PACKAGES in the env on your work pool like
work_pool:
name: kubernetes-prd-internal-tools
job_variables:
env:
EXTRA_PIP_PACKAGES: "numpy pandas"
or you can always use run_shell_script in your pull step as well to pip install stuffYing Ting Loo
10/11/2023, 6:14 AM