add empty line back in

This commit is contained in:
Daniel Roth 2026-03-18 14:53:44 +00:00
parent 7544700618
commit 7821666f83

View file

@ -28,6 +28,7 @@ resource "null_resource" "pip_install" {
command = "pip install -r ${var.requirements_file} -t ${var.source_dir} --platform manylinux2014_x86_64 --implementation cp --python-version 3.11 --only-binary=:all: --upgrade"
}
}
############################################
# Zip the source code
############################################