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 604f89f commit 2a1e659Copy full SHA for 2a1e659
.github/actions/python-environment/action.yml
@@ -74,4 +74,6 @@ runs:
74
- name: Validate Poetry environment
75
working-directory: ${{ inputs.working-directory }}
76
shell: bash
77
- run: poetry run python --version | grep "${{ inputs.python-version }}"
+ run: |
78
+ poetry run python --version
79
+ poetry run python --version | grep "${{ inputs.python-version }}"
0 commit comments