Skip to content

Commit 46f4c7c

Browse files
authored
Update ci_pylint.yml
1 parent bdb63c6 commit 46f4c7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
pip install requirements.txt
32+
python setup.py install
3333
pip install python-dotenv
3434
pip install pylint
3535

0 commit comments

Comments
 (0)