From c72f56dac905a4ff49b68cac18e83fcffdbb877d Mon Sep 17 00:00:00 2001 From: Evgenii Korolevskii Date: Fri, 20 Jan 2023 01:52:16 +0100 Subject: [PATCH] add cache backup file --- src/cache-distributions/pip-cache.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cache-distributions/pip-cache.ts b/src/cache-distributions/pip-cache.ts index e8666033..b48c1075 100644 --- a/src/cache-distributions/pip-cache.ts +++ b/src/cache-distributions/pip-cache.ts @@ -61,7 +61,6 @@ class PipCache extends CacheDistributor { protected async computeKeys() { const hash = await glob.hashFiles(this.cacheDependencyPath) || await glob.hashFiles(this.cacheDependencyBackupPath); - core.info(`Cache key hash: ${hash}`); let primaryKey = ''; let restoreKey = '';