Skip to content

Commit c0787ce

Browse files
authored
Merge pull request #9 from commitizen-tools/fix/pip-as-module
fix: use pip as module
2 parents 248ffaa + 97f9300 commit c0787ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ runs:
3737
COMMITIZEN_VERSION: ${{ steps.set-vars.outputs.commitizen-version }}
3838
EXTRA_REQUIREMENTS: ${{ inputs.extra_requirements }}
3939
run: |
40-
pip install -U commitizen${COMMITIZEN_VERSION} ${EXTRA_REQUIREMENTS}
40+
python -m pip install -U commitizen${COMMITIZEN_VERSION} ${EXTRA_REQUIREMENTS}

0 commit comments

Comments
 (0)