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 f833c68 commit 3052b1eCopy full SHA for 3052b1e
.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/.bashrc"
50
env:
51
PYTHON_BINARY: "python${{ inputs.python-version }}"
52
0 commit comments