Skip to content

Commit edc86e7

Browse files
committed
Updated lint workflow to use new setup.py
1 parent f7e8691 commit edc86e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
python-version: "3.8"
1313
- name: Install test requirements
14-
run: pip install -r requirements.dev.txt
14+
run: pip install -e .[dev]
1515
- name: Mypy type check
1616
run: mypy bugout/
1717
- name: Black syntax check

0 commit comments

Comments
 (0)