Skip to content

Commit

Permalink
Add requests to installed dependencies for create-branch
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
gerrod3 committed Aug 6, 2024
1 parent 31fae26 commit 05338b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/github/.github/workflows/create-branch.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

{{ setup_python() | indent(6) }}

{{ install_python_deps(["bump2version", "jinja2", "pyyaml", "packaging"]) | indent(6) }}
{{ install_python_deps(["bump2version", "jinja2", "pyyaml", "packaging", "requests"]) | indent(6) }}

{{ set_secrets(path=plugin_name) | indent(6) }}

Expand Down

0 comments on commit 05338b0

Please sign in to comment.