Skip to content

Commit 8e68a96

Browse files
committed
Debug
1 parent 8a75b09 commit 8e68a96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ runs:
5555
run: |
5656
echo "$PYTHON_BINARY"
5757
"$PYTHON_BINARY" --version
58+
5859
PYTHON_PATH="$(which $PYTHON_BINARY)"
60+
PYTHON_DIR="$(basename $PYTHON_PATH)
61+
export PATH="$PYTHON_DIR:$PATH"
62+
5963
echo poetry env use "$PYTHON_BINARY"
6064
poetry env use -vvv "$PYTHON_BINARY"
6165
poetry env info

0 commit comments

Comments
 (0)