File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
.github/actions/python-environment Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 4646 shell: bash
4747 run: |
4848 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- sudo echo "export PATH="$HOME/.local/bin:$PATH"" | sudo tee -a /etc/profile
49+ sudo echo "PATH="$HOME/.local/bin:$PATH"" | sudo tee -a /etc/environment
5450
5551 echo BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK 1
56- source "$HOME/.bashrc"
5752 env:
5853 PYTHON_BINARY: "python${{ inputs.python-version }}"
5954
6257 shell: bash
6358 run: |
6459 echo BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK 2
65- cat "$HOME/.bashrc"
60+ cat /etc/environment
6661 echo BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK 3
6762 echo $PATH
6863 echo BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK 4
You can’t perform that action at this time.
0 commit comments