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 103d89f commit 75f9e72Copy full SHA for 75f9e72
.github/actions/python-environment/action.yml
@@ -46,8 +46,8 @@ runs:
46
shell: bash
47
run: |
48
curl -sSL https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" -
49
- echo "export PATH="/home/runner/.local/bin:$PATH"" >> "$HOME/.bashrc"
50
- echo "export PATH="/home/runner/.local/bin:$PATH"" >> "$HOME/.profile"
+ echo "export PATH="$HOME/.local/bin:$PATH"" >> "$HOME/.bashrc"
+ echo "export PATH="$HOME/.local/bin:$PATH"" >> "$HOME/.profile"
51
env:
52
PYTHON_BINARY: "python${{ inputs.python-version }}"
53
0 commit comments