mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
hardcode Poetry to 1.3.2 temporarily
New 1.4.0 breaks sphinxcontrib-applehelp. Change in poetry.lock would need new minor version.
This commit is contained in:
parent
477d2e2414
commit
d68cc23d32
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ function Install-Poetry() {
|
|||
}
|
||||
|
||||
$env:POETRY_HOME="$openpype_root\.poetry"
|
||||
# $env:POETRY_VERSION="1.1.15"
|
||||
$env:POETRY_VERSION="1.3.2"
|
||||
(Invoke-WebRequest -Uri https://install.python-poetry.org/ -UseBasicParsing).Content | & $($python) -
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ detect_python () {
|
|||
install_poetry () {
|
||||
echo -e "${BIGreen}>>>${RST} Installing Poetry ..."
|
||||
export POETRY_HOME="$openpype_root/.poetry"
|
||||
# export POETRY_VERSION="1.1.15"
|
||||
export POETRY_VERSION="1.3.2"
|
||||
command -v curl >/dev/null 2>&1 || { echo -e "${BIRed}!!!${RST}${BIYellow} Missing ${RST}${BIBlue}curl${BIYellow} command.${RST}"; return 1; }
|
||||
curl -sSL https://install.python-poetry.org/ | python -
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue