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})`)
|
info(`Successfully set up ${installed.impl} (${pythonVersion})`)
|
||||||
}
|
}
|
||||||
|
|
||||||
const cache = false
|
// const cache = false
|
||||||
if (cache) {
|
// if (cache) {
|
||||||
const { cacheDependencies } = await import("setup-python/src/cache-dependencies")
|
// const { cacheDependencies } = await import("setup-python/src/cache-dependencies")
|
||||||
await cacheDependencies("pip", pythonVersion)
|
// await cacheDependencies("pip", pythonVersion)
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
if (GITHUB_ACTIONS) {
|
if (GITHUB_ACTIONS) {
|
||||||
|
|
Loading…
Reference in New Issue