We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ad96f commit 42c1902Copy full SHA for 42c1902
.github/workflows/mypy.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Install dependencies
32
run: |
33
- pip install .
+ pip install '.[test]'
34
pip install types-setuptools
35
36
mkdir -p .github/linters
0 commit comments