Skip to content

Commit a1d1e2f

Browse files
committed
Install pylint explicitly in CI
1 parent 6df9a15 commit a1d1e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v4
3838
- name: Install dependencies
39-
run: pip install .[dev]
39+
run: pip install pylint
4040
- name: Lint
4141
run: make lint
4242

0 commit comments

Comments
 (0)