taichi-dev / taichi

Productive, portable, and performant GPU programming in Python.
https://taichi-lang.org
Apache License 2.0
25.5k stars 2.28k forks source link

Speed up CI build by caching pip dependencies #3126

Closed ailzhang closed 3 years ago

ailzhang commented 3 years ago

@yihong0618 reminded that we can cache installed pip dependencies to speed up build time. https://github.com/taichi-dev/taichi/commit/bc0182ccffb25c68f8493fc9037e47ea615bde59#r57732885 Thanks! Some more references: https://medium.com/ai2-blog/python-caching-in-github-actions-e9452698e98d

ailzhang commented 3 years ago

Closed via #3139