From 0002a9aa35326fca3cefe52dce0fcfc3b80d4df9 Mon Sep 17 00:00:00 2001 From: dsinghvi Date: Mon, 9 Dec 2024 13:52:42 -0500 Subject: [PATCH] fix(fastapi): fix publish script --- seed/fastapi/seed.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/seed/fastapi/seed.yml b/seed/fastapi/seed.yml index 22e8d99d287..203d42826fd 100644 --- a/seed/fastapi/seed.yml +++ b/seed/fastapi/seed.yml @@ -16,7 +16,6 @@ publish: workingDirectory: generators/python preBuildCommands: - pip install poetry - - poetry shell - poetry config virtualenvs.in-project true - poetry install docker: