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 0b2a27c commit afdcb05Copy full SHA for afdcb05
.github/actions/python-environment/action.yml
@@ -48,6 +48,7 @@ runs:
48
curl -sSL https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" -
49
sudo echo "PATH=$HOME/.local/bin:$PATH" | sudo tee -a /etc/environment
50
export PATH="$HOME/.local/bin:$PATH"
51
+ echo "$HOME/.local/bin" >> $GITHUB_PATH
52
echo BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK 1
53
env:
54
PYTHON_BINARY: "python${{ inputs.python-version }}"
0 commit comments