try -e
This commit is contained in:
parent
0140fdc687
commit
3d96a6d3da
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_lint_test.yaml
vendored
2
.github/workflows/build_lint_test.yaml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install .[lint,test]
|
||||
pip install -e .[lint,test]
|
||||
- name: Run linters
|
||||
run: |
|
||||
./tools/linter check
|
||||
|
|
|
|||
Loading…
Reference in a new issue