Hardcoded downgraded version of Poetry

This commit is contained in:
Petr Kalis 2022-09-02 15:50:30 +02:00
parent 74a4040219
commit 5079d05df1

View file

@ -68,6 +68,7 @@ function Install-Poetry() {
}
$env:POETRY_HOME="$openpype_root\.poetry"
$env:POETRY_VERSION="1.1.15"
(Invoke-WebRequest -Uri https://install.python-poetry.org/ -UseBasicParsing).Content | & $($python) -
}