Skip to content

Commit a8f36fc

Browse files
committed
Update pylint.yml
1 parent c219d6a commit a8f36fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
python -m pip install --upgrade pip
41-
pip install ".[dev]"
41+
pip install -e ".[dev]"
4242
4343
- name: Run pylint
4444
run: |

0 commit comments

Comments
 (0)