Skip to content

Commit 2a1e659

Browse files
committed
Debug
1 parent 604f89f commit 2a1e659

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,6 @@ runs:
7474
- name: Validate Poetry environment
7575
working-directory: ${{ inputs.working-directory }}
7676
shell: bash
77-
run: poetry run python --version | grep "${{ inputs.python-version }}"
77+
run: |
78+
poetry run python --version
79+
poetry run python --version | grep "${{ inputs.python-version }}"

0 commit comments

Comments
 (0)