1 parent c219d6a commit a8f36fcCopy full SHA for a8f36fc
1 file changed
.github/workflows/pylint.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Install dependencies
39
run: |
40
python -m pip install --upgrade pip
41
- pip install ".[dev]"
+ pip install -e ".[dev]"
42
43
- name: Run pylint
44
0 commit comments