mirror of https://github.com/aminya/setup-cpp
fix: remove pip caching from actions_python
This commit is contained in:
parent
d3a4b94794
commit
edd2c831ed
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue