Update poetry installation and remove poetry-monorepo-dependency-plugin
This commit is contained in:
parent
f20bbdcbe7
commit
8466958436
4 changed files with 5 additions and 16 deletions
|
|
@ -146,11 +146,3 @@ else
|
|||
echo "Poetry version is $1 or higher. No need to update."
|
||||
fi
|
||||
|
||||
# Check if poetry-monorepo-dependency-plugin is installed
|
||||
if poetry self show | grep -q "poetry-monorepo-dependency-plugin"; then
|
||||
echo "poetry-monorepo-dependency-plugin is already installed."
|
||||
else
|
||||
echo "Installing poetry-monorepo-dependency-plugin..."
|
||||
poetry run pip install poetry-monorepo-dependency-plugin
|
||||
echo "poetry-monorepo-dependency-plugin installed successfully."
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue