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 52bf528 commit 5432827Copy full SHA for 5432827
.github/actions/python-environment/action.yml
@@ -53,6 +53,8 @@ runs:
53
shell: bash
54
working-directory: ${{ inputs.working-directory }}
55
run: |
56
+ echo "$PYTHON_BINARY"
57
+ "$PYTHON_BINARY" --version
58
PYTHON_PATH="$(which $PYTHON_BINARY)"
59
poetry env use "$PYTHON_PATH"
60
env:
0 commit comments