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 8e68a96 commit 03b44d5Copy full SHA for 03b44d5
.github/actions/python-environment/action.yml
@@ -57,7 +57,7 @@ runs:
57
"$PYTHON_BINARY" --version
58
59
PYTHON_PATH="$(which $PYTHON_BINARY)"
60
- PYTHON_DIR="$(basename $PYTHON_PATH)
+ PYTHON_DIR="$(basename $PYTHON_PATH)"
61
export PATH="$PYTHON_DIR:$PATH"
62
63
echo poetry env use "$PYTHON_BINARY"
0 commit comments