diff --git a/src/python/actions_python.ts b/src/python/actions_python.ts index 61aeb0f1..57f9afee 100644 --- a/src/python/actions_python.ts +++ b/src/python/actions_python.ts @@ -38,11 +38,11 @@ export async function setupActionsPython(version: string, _setupDir: string, arc info(`Successfully set up ${installed.impl} (${pythonVersion})`) } - const cache = false - if (cache) { - const { cacheDependencies } = await import("setup-python/src/cache-dependencies") - await cacheDependencies("pip", pythonVersion) - } + // const cache = false + // if (cache) { + // const { cacheDependencies } = await import("setup-python/src/cache-dependencies") + // await cacheDependencies("pip", pythonVersion) + // } } if (GITHUB_ACTIONS) {