Skip to content

Commit

Permalink
Missing a dependency 'click'
Browse files Browse the repository at this point in the history
  • Loading branch information
rv-jenkins committed Mar 14, 2024
1 parent 4572964 commit c886546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
- name: "Install Pip Packages"
shell: bash
run: |
pip install poetry
pip install poetry click
- name: "Install KaaS"
shell: bash
Expand Down

0 comments on commit c886546

Please sign in to comment.