Skip to content

Commit ef3fb2f

Browse files
authored
revert poetry (#2561)
Signed-off-by: Sarthak Sharma <[email protected]>
1 parent c3150d0 commit ef3fb2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BuildScriptGenerator/Python/PythonBashBuildSnippet.sh.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ fi
9696
then
9797
set +e
9898
echo "Running pip install poetry..."
99-
InstallPipCommand="pip install poetry"
99+
InstallPipCommand="pip install poetry==1.8.5"
100100
printf %s " , $InstallPipCommand" >> "$COMMAND_MANIFEST_FILE"
101-
pip install poetry
101+
pip install poetry==1.8.5
102102
echo "Running poetry install..."
103103
InstallPoetryCommand="poetry install --no-dev"
104104
printf %s " , $InstallPoetryCommand" >> "$COMMAND_MANIFEST_FILE"

0 commit comments

Comments
 (0)