Grommash9 / tg_chat_mate

https://grommash9.github.io/tg_chat_mate/
MIT License
5 stars 6 forks source link

cache pipenv packages in pipeline #151

Open Grommash9 opened 8 months ago

Grommash9 commented 8 months ago

We can cache python dependencies to stop installing it every time, it will speed up our python code checking stage

But we should not use the cached version of packages if we have any updates in it