We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef2bee commit e85d427Copy full SHA for e85d427
.github/workflows/checks.yml
@@ -36,6 +36,7 @@ jobs:
36
- name: Install requirements
37
run: |
38
pip install -e .[dev]
39
+ pip install setuptools
40
- name: Lint with flake8
41
run: flake8
42
- name: Run mypy
0 commit comments