Skip to content

Commit 75f9e72

Browse files
committed
Debug
1 parent 103d89f commit 75f9e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ runs:
4646
shell: bash
4747
run: |
4848
curl -sSL https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" -
49-
echo "export PATH="/home/runner/.local/bin:$PATH"" >> "$HOME/.bashrc"
50-
echo "export PATH="/home/runner/.local/bin:$PATH"" >> "$HOME/.profile"
49+
echo "export PATH="$HOME/.local/bin:$PATH"" >> "$HOME/.bashrc"
50+
echo "export PATH="$HOME/.local/bin:$PATH"" >> "$HOME/.profile"
5151
env:
5252
PYTHON_BINARY: "python${{ inputs.python-version }}"
5353

0 commit comments

Comments
 (0)