Skip to content

Commit

Permalink
fix: added missing dependency (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino authored Oct 23, 2024
1 parent 37d485e commit 75436e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install required dependencies
run: |
python -m pip install --upgrade pip
pip install typer
pip install typer packaging
- name: Bump Patch Version
if: ${{ github.event.inputs.bump == 'patch' }}
Expand Down

0 comments on commit 75436e9

Please sign in to comment.