mirror of
https://github.com/actions/setup-python.git
synced 2025-04-22 06:48:42 +00:00
The virtualenv cache might contain invalid entries, such as virtualenvs built in previous, buggy versions of this action. The `poetry env use` command will recreate virtualenvs in case they are invalid, but it has to be run only *after* the cache is loaded. Refactor `CacheDistributor` a bit such that the validation (and possible recreation) of virtualenvs happens only after the cache is loaded. |
||
---|---|---|
.. | ||
index.js |