Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4306 from ynput/enhancement/unbind-poetry-version
Browse files Browse the repository at this point in the history
  • Loading branch information
antirotor authored Jan 11, 2023
2 parents 38dffbc + a93e6d4 commit 1a24286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/create_env.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function Install-Poetry() {
}

$env:POETRY_HOME="$openpype_root\.poetry"
$env:POETRY_VERSION="1.1.15"
# $env:POETRY_VERSION="1.1.15"
(Invoke-WebRequest -Uri https://install.python-poetry.org/ -UseBasicParsing).Content | & $($python) -
}

Expand Down
2 changes: 1 addition & 1 deletion tools/create_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.15"
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 -
}
Expand Down

0 comments on commit 1a24286

Please sign in to comment.