remove openpype from self dependency in poetry

This commit is contained in:
Milan Kolar 2021-04-20 21:49:26 +02:00
parent 92e5d10fdc
commit bb427ac15d
3 changed files with 3 additions and 3 deletions

View file

@ -133,7 +133,7 @@ if (-not (Test-Path -PathType Leaf -Path "$($openpype_root)\poetry.lock")) {
Write-Host ">>> " -NoNewline -ForegroundColor green
Write-Host "Installing virtual environment from lock."
}
& poetry install $poetry_verbosity
& poetry install --no-root $poetry_verbosity
if ($LASTEXITCODE -ne 0) {
Write-Host "!!! " -ForegroundColor yellow -NoNewline
Write-Host "Poetry command failed."