ploomber / soopervisor

☁️ Export Ploomber pipelines to Kubernetes (Argo), Airflow, AWS Batch, SLURM, and Kubeflow.
https://soopervisor.readthedocs.io
Apache License 2.0
45 stars 18 forks source link

pipeline will fail if empty requirements.lock.txt #111

Open edublancas opened 2 years ago

edublancas commented 2 years ago

If a user creates a project with an empty requirements.lock.txt, the pipeline will fail since it won't have ploomber in the docker image. Before building requierments.lock.txt, we should check that it contains ploomber, if not, we should add it