We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5afb06 commit b43fe58Copy full SHA for b43fe58
.github/workflows/lint.yml
@@ -29,7 +29,7 @@ jobs:
29
echo "requirements.txt file not found"
30
fi
31
pip install --upgrade mypy
32
- pip install setuptools type-colorama
+ pip install setuptools colorama
33
34
- name: Type-checking
35
run: |
0 commit comments