Skip to content

Commit f833c68

Browse files
committed
Debug
1 parent ed3e332 commit f833c68

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
49+
echo "PATH=$PATH:$HOME/.local/bin/" >> $HOME
5050
env:
5151
PYTHON_BINARY: "python${{ inputs.python-version }}"
5252

0 commit comments

Comments
 (0)