Skip to content

Commit 3265847

Browse files
committed
Debug
1 parent bbc1b3d commit 3265847

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ runs:
5656
echo "$PYTHON_BINARY"
5757
"$PYTHON_BINARY" --version
5858
PYTHON_PATH="$(which $PYTHON_BINARY)"
59-
poetry env use "$PYTHON_BINARY"
59+
echo poetry env use "$PYTHON_BINARY"
60+
poetry env use --no-cache "$PYTHON_BINARY"
6061
poetry env info
6162
poetry run python --version
6263
env:

0 commit comments

Comments
 (0)