ci: faster linting?

pull/57/head
Bryce 2 years ago committed by Bryce Drennan
parent 7e9b38dfa1
commit a24dbfdfa7

@ -17,7 +17,8 @@ jobs:
cache-dependency-path: requirements-dev.txt
- name: Install dependencies
run: |
python -m pip install --disable-pip-version-check -r requirements-dev.txt
python -m pip install --disable-pip-version-check wheel pip-tools
pip-sync requirements-dev.txt
python -m pip install --disable-pip-version-check --no-deps .
- name: Lint
run: |

Loading…
Cancel
Save