File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166166 sudo apt install -y --no-install-recommends ninja-build
167167 - name : Lint with ruff
168168 run : |
169- pip3 install --upgrade --force-reinstall ruff
169+ pip3 install --upgrade --force-reinstall ruff==0.11.0
170170 python3 -m ruff check extra/torch_backend/backend.py
171171 - name : Test one op
172172 run : PYTHONPATH=. FORWARD_ONLY=1 TINY_BACKEND=1 python3 test/test_ops.py TestOps.test_add
@@ -311,7 +311,7 @@ jobs:
311311 run : python -m pylint --disable=all -e W0311 -e C0303 --jobs=0 --indent-string=' ' --recursive=y .
312312 - name : Lint with ruff
313313 run : |
314- pip3 install --upgrade --force-reinstall ruff
314+ pip3 install --upgrade --force-reinstall ruff==0.11.0
315315 python3 -m ruff check .
316316 - name : Lint tinygrad with pylint
317317 run : python -m pylint tinygrad/
You can’t perform that action at this time.
0 commit comments