Hi All, I am using a git clone pull step for my c...
# ask-community
k
Hi All, I am using a git clone pull step for my code however I am using https://github.com/zzstoatzz/prefect-pack/tree/main as a reference for my new project. For the
prefect.deployments.steps.pip_install_requirements:
step do I point it to my pyproject.toml file? Any help much appreciated!
n
hi @Keith Smith - the
pip_install_requirements
step only works on requirements.txt files but you can use
run_shell_script
to do something like
pip install .
k
Thanks Nate, I'll give it a go. Think this is the problem with my custom package, a dependency which is missing
👍 1
Everything working now!!!!!! Thanks Nate
catjam 2