shuffle deps: always tqdm, make linting category

This commit is contained in:
George Hotz
2023-02-06 09:27:01 -06:00
parent 1d80639646
commit 6eb0e6a650
2 changed files with 9 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ jobs:
with:
python-version: 3.8
- name: Install dependencies
run: pip install -e '.[testing]'
run: pip install -e '.[linting,testing]'
- name: Lint with pylint
run: python -m pylint --disable=all -e W0311 --jobs=0 --indent-string=' ' **/*.py
- name: Lint with flake8