Skip to content

Commit 604f89f

Browse files
committed
Debug
1 parent d7b54cf commit 604f89f

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
@@ -74,4 +74,4 @@ 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: poetry run python --version | grep "${{ inputs.python-version }}"

0 commit comments

Comments
 (0)