CI change (#645)

* CI update

* Skip large binary test for now

* Upgrade pip

* Add proper env variable skipping

* Update the CI

* Fix workflow name

* Set the low memory flag for the tests

* Change build process

* Add pip upgrade

* Use a venv

* Add a missing env activate

* Add setuptools

* Add twine upload back

* Re-enable automatic release builds
This commit is contained in:
Angelos Katharopoulos
2024-02-07 06:04:34 -08:00
committed by GitHub
parent 146bd69470
commit ea406d5e33
3 changed files with 62 additions and 151 deletions

View File

@@ -1,4 +1,4 @@
include CMakeLists.txt
recursive-include mlx/ *
include python/src/*
python/mlx/py.typed # support type hinting as in PEP-561
include python/mlx/py.typed # support type hinting as in PEP-561