You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Install dependencies into the temporary directory.
1108
1108
withcd(temp_dir):
1109
1109
# NOTE: poetry must be available in the build environment, which is the case with lambci/lambda:build-python* docker images but not public.ecr.aws/sam/build-python* docker images
1110
-
# FIXME: poetry install does not currently allow to specify the target directory so we export the
1110
+
# FIXME: poetry install does not currently allow to specify the target directory so we export the
1111
1111
# requirements then install them with "pip --no-deps" to avoid using pip dependency resolver
0 commit comments