Skip to content

Commit

Permalink
Add missing dependency for doc bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hkad98 committed Nov 15, 2023
1 parent 7fb0aa6 commit e3abea4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
with:
python-version-file: '.python-version'
cache: 'pip'
run: |
pip install tomlkit~=0.12.3
- name: Bump version
id: bump
run: |
Expand Down

0 comments on commit e3abea4

Please sign in to comment.