Is there a way to cache poetry install command in Gitlab CI (.gitlab-ci.yml)?
For example, in node yarn there is a way to cache yarn install (https://classic.yarnpkg.com/lang/en/docs/install-ci/ Gitlab section) this makes stages a lot faster.