install all deps at once
This commit is contained in:
parent
a24cbbf709
commit
5b40ae49f3
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build_lint_test.yaml
vendored
4
.github/workflows/build_lint_test.yaml
vendored
|
|
@ -17,12 +17,10 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install .
|
||||
pip install .[lint,test]
|
||||
- name: Run linters
|
||||
run: |
|
||||
pip install .[lint]
|
||||
./tools/linter check
|
||||
- name: Run tests with coverage
|
||||
run: |
|
||||
pip install .[test]
|
||||
./tools/test
|
||||
|
|
|
|||
Loading…
Reference in a new issue