Skip to content

Commit e17ccc0

Browse files
committed
Debug
1 parent b097e9b commit e17ccc0

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
@@ -56,7 +56,7 @@ runs:
5656
echo "$PYTHON_BINARY"
5757
"$PYTHON_BINARY" --version
5858
PYTHON_PATH="$(which $PYTHON_BINARY)"
59-
poetry env use "$PYTHON_PATH"
59+
poetry env use "$PYTHON_BINARY"
6060
poetry run python --version
6161
env:
6262
PYTHON_BINARY: "python${{ inputs.python-version }}"

0 commit comments

Comments
 (0)