Skip to content

Commit 03b44d5

Browse files
committed
Debug
1 parent 8e68a96 commit 03b44d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757
"$PYTHON_BINARY" --version
5858
5959
PYTHON_PATH="$(which $PYTHON_BINARY)"
60-
PYTHON_DIR="$(basename $PYTHON_PATH)
60+
PYTHON_DIR="$(basename $PYTHON_PATH)"
6161
export PATH="$PYTHON_DIR:$PATH"
6262
6363
echo poetry env use "$PYTHON_BINARY"

0 commit comments

Comments
 (0)