We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a75b09 commit 8e68a96Copy full SHA for 8e68a96
.github/actions/python-environment/action.yml
@@ -55,7 +55,11 @@ runs:
55
run: |
56
echo "$PYTHON_BINARY"
57
"$PYTHON_BINARY" --version
58
+
59
PYTHON_PATH="$(which $PYTHON_BINARY)"
60
+ PYTHON_DIR="$(basename $PYTHON_PATH)
61
+ export PATH="$PYTHON_DIR:$PATH"
62
63
echo poetry env use "$PYTHON_BINARY"
64
poetry env use -vvv "$PYTHON_BINARY"
65
poetry env info
0 commit comments