setup-python/dist/setup
Oran Avraham 881ca6e477
poetry: Run poetry env use only after cache is loaded
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.
2022-12-09 18:00:59 +02:00
..
index.js poetry: Run poetry env use only after cache is loaded 2022-12-09 18:00:59 +02:00