Remove ubuntu-18.04 from e2e (#641)

This commit is contained in:
Dmitry Shibanov
2023-04-04 16:18:24 +02:00
committed by GitHub
parent 3091b37310
commit d1244c8404
3 changed files with 32 additions and 8 deletions

View File

@ -163,6 +163,12 @@ virtualenvs.path = "{cache-dir}/virtualenvs" # /Users/patrick/Library/Caches/py
fileHash,
cachePaths
) => {
restoreCacheSpy.mockImplementation(
(cachePaths: string[], primaryKey: string, restoreKey?: string) => {
return primaryKey.includes(fileHash) ? primaryKey : '';
}
);
const cacheDistributor = getCacheDistributor(
packageManager,
pythonVersion,