cache a venv to avoid pip usage (#10689)

* try built in pip caching

* try venv

* export venv

* set VIRTUAL_ENV

* revert that

* venv key

* fix

* ci cache hit?

* fix windows
This commit is contained in:
George Hotz
2025-06-07 20:13:41 -07:00
committed by GitHub
parent 40c1479267
commit 7ff175c022
4 changed files with 38 additions and 31 deletions

View File

@@ -85,9 +85,5 @@ setup(name='tinygrad',
"black",
"numpy",
],
'testing_tf': [
"tensorflow==2.15.1",
"tensorflow_addons",
],
},
include_package_data=True)