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 3052b1e commit 0900acbCopy full SHA for 0900acb
.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/.bashrc"
+ echo "export PATH="/home/runner/.local/bin:$PATH"" >> "$HOME/.bashrc"
50
env:
51
PYTHON_BINARY: "python${{ inputs.python-version }}"
52
0 commit comments