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.
2 parents 248ffaa + 97f9300 commit c0787ceCopy full SHA for c0787ce
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