Skip to content

Commit

Permalink
Added commitizen to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dougollerenshaw committed Sep 19, 2024
1 parent 2cdf6a0 commit bb6087f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
with:
python-version: '3.x'

- name: Install commitizen
run: pip install commitizen
- name: Install dependencies
run: pip install -r requirements.txt

- name: Preview version bump
id: preview
Expand Down Expand Up @@ -65,8 +65,8 @@ jobs:
with:
python-version: '3.x'

- name: Install commitizen
run: pip install commitizen
- name: Install dependencies
run: pip install -r requirements.txt

- name: Bump version
id: cz
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ black
isort
pre-commit
pyqt5
bump2version
bump2version
commitizen

0 comments on commit bb6087f

Please sign in to comment.