Skip to content

Commit d7b54cf

Browse files
committed
Debug
1 parent 58a75d5 commit d7b54cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ runs:
5757
"$PYTHON_BINARY" --version
5858
PYTHON_PATH="$(which $PYTHON_BINARY)"
5959
poetry env use "$PYTHON_PATH"
60+
poetry run python --version
6061
env:
6162
PYTHON_BINARY: "python${{ inputs.python-version }}"
6263

@@ -69,3 +70,8 @@ runs:
6970
else
7071
poetry install
7172
fi
73+
74+
- name: Validate Poetry environment
75+
working-directory: ${{ inputs.working-directory }}
76+
shell: bash
77+
run: poetry run python --version | grep ${{ inputs.python-version }}"

0 commit comments

Comments
 (0)