We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e8691 commit edc86e7Copy full SHA for edc86e7
1 file changed
.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
python-version: "3.8"
13
- name: Install test requirements
14
- run: pip install -r requirements.dev.txt
+ run: pip install -e .[dev]
15
- name: Mypy type check
16
run: mypy bugout/
17
- name: Black syntax check
0 commit comments