Skip to content

Commit bb09756

Browse files
fixed requirements
Signed-off-by: Shashank Reddy Boyapally <[email protected]>
1 parent 059901f commit bb09756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
python -m pip install --upgrade pip
2020
pip install pylint
21-
pip install -r requirements.txt
21+
pip install -r fmatch/requirements.txt
2222
- name: Analysing the code with pylint
2323
run: |
2424
pylint -d C0103 -d R0914 $(git ls-files '*.py')

0 commit comments

Comments
 (0)