Skip to content

Commit

Permalink
Fix pip install command in verify-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed Jun 12, 2024
1 parent 060fef4 commit c140cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Install dependencies
run: |
pip install requirements-dev.txt
pip install -r requirements-dev.txt
- name: Run action_yaml_checker.py
run: python action_yaml_checker.py
Expand Down

0 comments on commit c140cfc

Please sign in to comment.