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 248ffaa commit 97f9300Copy full SHA for 97f9300
action.yaml
@@ -37,4 +37,4 @@ runs:
37
COMMITIZEN_VERSION: ${{ steps.set-vars.outputs.commitizen-version }}
38
EXTRA_REQUIREMENTS: ${{ inputs.extra_requirements }}
39
run: |
40
- pip install -U commitizen${COMMITIZEN_VERSION} ${EXTRA_REQUIREMENTS}
+ python -m pip install -U commitizen${COMMITIZEN_VERSION} ${EXTRA_REQUIREMENTS}
0 commit comments