Skip to content

Commit 5432827

Browse files
committed
Debug
1 parent 52bf528 commit 5432827

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
@@ -53,6 +53,8 @@ runs:
5353
shell: bash
5454
working-directory: ${{ inputs.working-directory }}
5555
run: |
56+
echo "$PYTHON_BINARY"
57+
"$PYTHON_BINARY" --version
5658
PYTHON_PATH="$(which $PYTHON_BINARY)"
5759
poetry env use "$PYTHON_PATH"
5860
env:

0 commit comments

Comments
 (0)