Skip to content

Commit 8a75b09

Browse files
committed
Debug
1 parent 3265847 commit 8a75b09

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
PYTHON_PATH="$(which $PYTHON_BINARY)"
5959
echo poetry env use "$PYTHON_BINARY"
60-
poetry env use --no-cache "$PYTHON_BINARY"
60+
poetry env use -vvv "$PYTHON_BINARY"
6161
poetry env info
6262
poetry run python --version
6363
env:

0 commit comments

Comments
 (0)