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