mirror of
https://github.com/actions/setup-python.git
synced 2025-07-01 23:23:46 +00:00
add a fallback restore-key for poetry cache
This commit is contained in:
parent
6db7460265
commit
19d454babe
3 changed files with 5 additions and 5 deletions
|
@ -300,7 +300,7 @@ virtualenvs.path = "{cache-dir}/virtualenvs" # /Users/patrick/Library/Caches/py
|
|||
result = 'pipenv cache is not found';
|
||||
break;
|
||||
case 'poetry':
|
||||
result = 'poetry cache is not found';
|
||||
result = `Cache restored from key: ${pipFileLockHash}`;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue