Skip to content

Commit 4846ba7

Browse files
committed
Debug
1 parent 75f9e72 commit 4846ba7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/python-environment/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ runs:
4646
shell: bash
4747
run: |
4848
curl -sSL https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" -
49+
cat "$HOME/.bashrc"
4950
echo "export PATH="$HOME/.local/bin:$PATH"" >> "$HOME/.bashrc"
5051
echo "export PATH="$HOME/.local/bin:$PATH"" >> "$HOME/.profile"
52+
echo "export PATH="$HOME/.local/bin:$PATH"" >> "$HOME/.bash_profile"
5153
env:
5254
PYTHON_BINARY: "python${{ inputs.python-version }}"
5355

0 commit comments

Comments
 (0)