Skip to content

Commit 0b2a27c

Browse files
committed
Debug
1 parent 258922c commit 0b2a27c

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-
sudo echo "PATH="$HOME/.local/bin:$PATH"" | sudo tee -a /etc/environment
50-
49+
sudo echo "PATH=$HOME/.local/bin:$PATH" | sudo tee -a /etc/environment
50+
export PATH="$HOME/.local/bin:$PATH"
5151
echo BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK 1
5252
env:
5353
PYTHON_BINARY: "python${{ inputs.python-version }}"

0 commit comments

Comments
 (0)