add a fallback restore-key for poetry cache

This commit is contained in:
krishanbhasin-gc 2023-04-21 16:27:00 +01:00
parent 6db7460265
commit 19d454babe
3 changed files with 5 additions and 5 deletions

View file

@ -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;
}