You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, ci/cd takes some time to install requirements, and with the project's growth, this could take more and more time.
We could change our ci/cd and makefile logic by integrating astral uv to manage all our Python dependencies.
This could help us speed up our ci/cd logic and store data about packages to ensure we use identical versions across all contributors.
Also, we can implement dependencies caching to skip installing from scratch whenever ci/cd pipeline runner over changes inside of the library but without any changes to our requirements.
The text was updated successfully, but these errors were encountered:
Currently, ci/cd takes some time to install requirements, and with the project's growth, this could take more and more time.
We could change our ci/cd and makefile logic by integrating astral uv to manage all our Python dependencies.
This could help us speed up our ci/cd logic and store data about packages to ensure we use identical versions across all contributors.
Also, we can implement dependencies caching to skip installing from scratch whenever ci/cd pipeline runner over changes inside of the library but without any changes to our requirements.
The text was updated successfully, but these errors were encountered: