Skip to content

Commit 2834d0e

Browse files
authored
Update ci_pylint.yml
1 parent ecf951a commit 2834d0e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci_pylint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ jobs:
2929
- name: Install Dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
pip install pillow
32+
pip install requirements.txt
3333
pip install python-dotenv
34-
pip install requests
35-
pip install boto3
3634
pip install pylint
3735
3836
- name: Pylint Source

0 commit comments

Comments
 (0)