We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff0c60 commit c531430Copy full SHA for c531430
install_poetry/install_poetry.sh
@@ -25,7 +25,7 @@ if [[ $INSTALL_PREVIEW == "true" ]]; then
25
fi
26
27
curl -sSL https://install.python-poetry.org | python3 -
28
-export PATH=/github/home/.local/bin:$PATH
+export PATH=$HOME/.local/bin:$PATH
29
poetry config repositories.custom_repo "$REPO_URL"
30
echo "custom_repo_name=custom_repo" >> "$GITHUB_OUTPUT"
31
0 commit comments