only abstractions 2 (#3947)

This commit is contained in:
George Hotz
2024-03-26 20:02:18 -07:00
committed by GitHub
parent 77589bc7a5
commit 629cbc5587
5 changed files with 2 additions and 376 deletions

View File

@@ -89,7 +89,6 @@ jobs:
run: python -m mypy --strict-equality
- name: Test Docs
run: |
python docs/abstractions.py
python docs/abstractions2.py
- name: Test Quickstart
run: awk '/```python/{flag=1;next}/```/{flag=0}flag' docs/quickstart.md > quickstart.py && PYTHONPATH=. python quickstart.py