Skip to content

Commit cf7d606

Browse files
committed
Debug
1 parent 9d75090 commit cf7d606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/python-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
run: |
4949
POETRY_VERSION="${{ inputs.poetry-version }}"
5050
POETRY_HOME=/usr/local/bin
51-
curl -sSL https://install.python-poetry.org | sudo python3 -
51+
curl -sSL https://install.python-poetry.org | sudo -E python3 -
5252
echo "$PATH"
5353
poetry --version
5454

0 commit comments

Comments
 (0)