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 0900acb commit 103d89fCopy full SHA for 103d89f
.github/actions/python-environment/action.yml
@@ -47,6 +47,7 @@ runs:
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"
51
env:
52
PYTHON_BINARY: "python${{ inputs.python-version }}"
53
0 commit comments