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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install .[lint,test]
|
pip install -e .[lint,test]
|
||||||
- name: Run linters
|
- name: Run linters
|
||||||
run: |
|
run: |
|
||||||
./tools/linter check
|
./tools/linter check
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue