Skip to content

Commit ef384e6

Browse files
committed
Fix linter CI step
1 parent 2b37a67 commit ef384e6

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 pylint
39+
run: make install-test
4040
- name: Lint
4141
run: make lint
4242

0 commit comments

Comments
 (0)