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 258922c commit 0b2a27cCopy full SHA for 0b2a27c
.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
- sudo echo "PATH="$HOME/.local/bin:$PATH"" | sudo tee -a /etc/environment
50
-
+ sudo echo "PATH=$HOME/.local/bin:$PATH" | sudo tee -a /etc/environment
+ export PATH="$HOME/.local/bin:$PATH"
51
echo BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK 1
52
env:
53
PYTHON_BINARY: "python${{ inputs.python-version }}"
0 commit comments