Skip to content

Commit

Permalink
Include the packaging dependency in the installation
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
lubosmj committed Feb 2, 2024
1 parent 6844701 commit c678e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: "Install python dependencies"
run: |
echo ::group::PYDEPS
pip install bump2version jinja2 pyyaml
pip install bump2version jinja2 pyyaml packaging
echo ::endgroup::
- name: "Setting secrets"
Expand Down

0 comments on commit c678e55

Please sign in to comment.