Skip to content

Commit 18146b8

Browse files
committed
fixup
1 parent 5db3e8c commit 18146b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
- name: Lint
4040
if: matrix.python-version == '3.12'
4141
run: |
42-
python -m pip install -U pylint
42+
python -m pip install -U pylint ".[test]"
4343
pylint src

0 commit comments

Comments
 (0)