restore-virtualenv icon indicating copy to clipboard operation
restore-virtualenv copied to clipboard

[Question] support cache for multiple workflows?

Open codebydant opened this issue 2 years ago • 0 comments

Hi @syphar,

Greetings.

I was wondering if we can cache python dependencies when running multiple workflows, e.g.

  • I have 1 Pull request where I am running CI lint.
  • There is another contributor with another pull request where is running the CI lint from another branch

Will the contributor have cached dependencies in his workflow? or are they going to be reinstalled?

codebydant avatar Mar 28 '23 13:03 codebydant