We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3e332 commit f833c68Copy full SHA for f833c68
.github/actions/python-environment/action.yml
@@ -46,7 +46,7 @@ runs:
46
shell: bash
47
run: |
48
curl -sSL https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" -
49
- echo PATH="$PATH:$HOME/.local/bin/ >> $HOME
+ echo "PATH=$PATH:$HOME/.local/bin/" >> $HOME
50
env:
51
PYTHON_BINARY: "python${{ inputs.python-version }}"
52
0 commit comments