install all deps at once

This commit is contained in:
jbannon 2022-04-29 08:04:22 +00:00
parent a24cbbf709
commit 5b40ae49f3

View file

@ -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