Skip to content

Commit 0900acb

Browse files
committed
Debug
1 parent 3052b1e commit 0900acb

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
@@ -46,7 +46,7 @@ runs:
4646
shell: bash
4747
run: |
4848
curl -sSL https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" -
49-
echo "PATH=$PATH:$HOME/.local/bin/" >> "$HOME/.bashrc"
49+
echo "export PATH="/home/runner/.local/bin:$PATH"" >> "$HOME/.bashrc"
5050
env:
5151
PYTHON_BINARY: "python${{ inputs.python-version }}"
5252

0 commit comments

Comments
 (0)