We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5885359 commit 903977cCopy full SHA for 903977c
1 file changed
.github/workflows/linters.yaml
@@ -20,8 +20,7 @@ jobs:
20
python-version: 3.13
21
22
- name: Install libraries
23
- run: |
24
- pip install -e .[development]
+ run: make python-install-editable
25
26
- name: mypy
27
run: mypy ./src
0 commit comments