Skip to content

Commit 27c5d5f

Browse files
committed
Debug
1 parent 5432827 commit 27c5d5f

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
@@ -58,7 +58,7 @@ runs:
5858
PYTHON_PATH="$(which $PYTHON_BINARY)"
5959
poetry env use "$PYTHON_PATH"
6060
env:
61-
PYTHON_BINARY: "python${{ inputs.poetry-version }}"
61+
PYTHON_BINARY: "python${{ inputs.python-version }}"
6262

6363
- name: Poetry install with extras
6464
working-directory: ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)