force ruff reinstall

This commit is contained in:
George Hotz
2023-10-18 11:40:46 -07:00
parent 0d2b3a9d33
commit e2a1c2aaa6

View File

@@ -32,7 +32,9 @@ jobs:
- name: Lint with flake8
run: python -m flake8 . --statistics -j4
- name: Lint with ruff
run: python3 -m ruff .
run: |
pip3 install --upgrade --force-reinstall ruff
python3 -m ruff .
- name: Lint tinygrad with pylint
run: python -m pylint tinygrad/
- name: Run mypy