Skip to content

Commit

Permalink
Fix check-addon.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Miroshnychenko committed Dec 2, 2023
1 parent b06aef7 commit 274a07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
pip install -q typing-extensions
pip install -q requirements.txt
pip install -q -r requirements.txt
- name: Check with Pylint
run: |
pylint plugin.video.external.library/libs \
Expand Down

0 comments on commit 274a07c

Please sign in to comment.