Skip to content

Commit 903977c

Browse files
committed
Switch to make for linter setup
1 parent 5885359 commit 903977c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linters.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
python-version: 3.13
2121

2222
- name: Install libraries
23-
run: |
24-
pip install -e .[development]
23+
run: make python-install-editable
2524

2625
- name: mypy
2726
run: mypy ./src

0 commit comments

Comments
 (0)