This commit is contained in:
jbannon 2022-04-29 18:06:52 +00:00
parent 0140fdc687
commit 3d96a6d3da

View file

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