Skip to content

Commit 827d756

Browse files
committed
Don't install in local virtual env before running pylint
1 parent ac1292a commit 827d756

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
- name: Install dependencies
7272
run: |
7373
python -m pip install --upgrade pip
74-
pip install -e .
7574
pip install -r requirements-lint.txt
7675
- name: mypy 3.7
7776
run: |

0 commit comments

Comments
 (0)