diff --git a/.copilot/phases/pre_build.sh b/.copilot/phases/pre_build.sh index 27c33abd0..426aadc18 100644 --- a/.copilot/phases/pre_build.sh +++ b/.copilot/phases/pre_build.sh @@ -29,6 +29,13 @@ EOF update_pip_file_for_dbt_platform() { sed -i 's/\[packages\]/[packages]\nendesive = "~=1.5.9"\npython-pkcs11 = "~=0.7.0"\npykcs11 = "~=1.4.4"\n/' Pipfile pipenv lock + + echo "PIPFILE ---" + cat Pipfile + echo + echo + echo "PIPFILE LOCK ---" + cat Pipfile.lock } main() {