mirror of
https://code.forgejo.org/actions/setup-python.git
synced 2026-03-21 22:45:55 +03:00
When collecting Poetry projects for caching, a '**/poetry.lock' glob is used. However, in order to process the Poetry configuration, the "poetry" command is run from the repo's root directory; this causes Poetry to return an invalid configuration when there is a Poetry project inside an inner directory. Instead of running a single Poetry command, glob for the same pattern, and run a Poetry command for every discovered project. |
||
|---|---|---|
| .. | ||
| cache-save | ||
| setup | ||