restore-virtualenv
restore-virtualenv copied to clipboard
[Question] support cache for multiple workflows?
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?