Skip to content

Commit 7c70ebe

Browse files
authored
Update pylint.yml
1 parent b23c3b0 commit 7c70ebe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip
20-
pip install pylint temmies
20+
pip install pylint
21+
pip install .
2122
- name: Analyzing the code with pylint
2223
run: |
2324
pylint temmies_cli

0 commit comments

Comments
 (0)