FROM -> COPY, move vars_from_ast (#2675)

This commit is contained in:
George Hotz
2023-12-07 16:32:30 -08:00
committed by GitHub
parent 51af99367f
commit 00d9eda961
13 changed files with 22 additions and 26 deletions

View File

@@ -50,7 +50,7 @@ jobs:
- name: Test Docs
run: |
python docs/abstractions.py
python docs/beautiful.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
- name: Fuzz Test symbolic