Skip to content

Commit edd2c83

Browse files
committed
fix: remove pip caching from actions_python
1 parent d3a4b94 commit edd2c83

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/python/actions_python.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ export async function setupActionsPython(version: string, _setupDir: string, arc
3838
info(`Successfully set up ${installed.impl} (${pythonVersion})`)
3939
}
4040

41-
const cache = false
42-
if (cache) {
43-
const { cacheDependencies } = await import("setup-python/src/cache-dependencies")
44-
await cacheDependencies("pip", pythonVersion)
45-
}
41+
// const cache = false
42+
// if (cache) {
43+
// const { cacheDependencies } = await import("setup-python/src/cache-dependencies")
44+
// await cacheDependencies("pip", pythonVersion)
45+
// }
4646
}
4747

4848
if (GITHUB_ACTIONS) {

0 commit comments

Comments
 (0)