Skip to content

Commit afdcb05

Browse files
committed
Debug
1 parent 0b2a27c commit afdcb05

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
@@ -48,6 +48,7 @@ runs:
4848
curl -sSL https://install.python-poetry.org | POETRY_VERSION="${{ inputs.poetry-version }}" "$PYTHON_BINARY" -
4949
sudo echo "PATH=$HOME/.local/bin:$PATH" | sudo tee -a /etc/environment
5050
export PATH="$HOME/.local/bin:$PATH"
51+
echo "$HOME/.local/bin" >> $GITHUB_PATH
5152
echo BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK 1
5253
env:
5354
PYTHON_BINARY: "python${{ inputs.python-version }}"

0 commit comments

Comments
 (0)