Skip to content

Commit 103d89f

Browse files
committed
Debug
1 parent 0900acb commit 103d89f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ runs:
4747
run: |
4848
curl -sSL https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" -
4949
echo "export PATH="/home/runner/.local/bin:$PATH"" >> "$HOME/.bashrc"
50+
echo "export PATH="/home/runner/.local/bin:$PATH"" >> "$HOME/.profile"
5051
env:
5152
PYTHON_BINARY: "python${{ inputs.python-version }}"
5253

0 commit comments

Comments
 (0)