Skip to content

Commit

Permalink
revert poetry (#2561)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Sharma <[email protected]>
  • Loading branch information
sarsharma authored Jan 7, 2025
1 parent c3150d0 commit ef3fb2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BuildScriptGenerator/Python/PythonBashBuildSnippet.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ fi
then
set +e
echo "Running pip install poetry..."
InstallPipCommand="pip install poetry"
InstallPipCommand="pip install poetry==1.8.5"
printf %s " , $InstallPipCommand" >> "$COMMAND_MANIFEST_FILE"
pip install poetry
pip install poetry==1.8.5
echo "Running poetry install..."
InstallPoetryCommand="poetry install --no-dev"
printf %s " , $InstallPoetryCommand" >> "$COMMAND_MANIFEST_FILE"
Expand Down

0 comments on commit ef3fb2f

Please sign in to comment.