We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d75090 commit cf7d606Copy full SHA for cf7d606
.github/actions/python-environment/action.yml
@@ -48,7 +48,7 @@ runs:
48
run: |
49
POETRY_VERSION="${{ inputs.poetry-version }}"
50
POETRY_HOME=/usr/local/bin
51
- curl -sSL https://install.python-poetry.org | sudo python3 -
+ curl -sSL https://install.python-poetry.org | sudo -E python3 -
52
echo "$PATH"
53
poetry --version
54
0 commit comments