Skip to content

Commit 42c1902

Browse files
committed
Attempt to fix mypy
1 parent f0ad96f commit 42c1902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Install dependencies
3232
run: |
33-
pip install .
33+
pip install '.[test]'
3434
pip install types-setuptools
3535
3636
mkdir -p .github/linters

0 commit comments

Comments
 (0)