check failure fix

This commit is contained in:
Aparna Jyothi 2025-06-09 13:12:27 +05:30
parent b8efbc5bb0
commit cfd17d94f5
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ export async function cacheDependencies(cache: string, pythonVersion: string) {
const cacheDistributor = getCacheDistributor(
cache,
pythonVersion,
resolvedDependencyPath
cacheDependencyPath
);
await cacheDistributor.restoreCache();
}