mirror of
https://github.com/actions/setup-python.git
synced 2025-07-18 19:18:20 +02:00
resolving comments
This commit is contained in:
parent
952fef3565
commit
c98dcdec10
8 changed files with 61 additions and 52 deletions
|
@ -22,10 +22,10 @@ class PipenvCache extends CacheDistributor {
|
|||
}
|
||||
|
||||
protected async getCacheGlobalDirectories() {
|
||||
const cachePath = path.join(os.homedir(), this.getVirtualenvsPath());
|
||||
core.debug(`Pipenv virtualenvs path is ${cachePath}`);
|
||||
const resolvedPath = path.join(os.homedir(), this.getVirtualenvsPath());
|
||||
core.debug(`global cache directory path is ${resolvedPath}`);
|
||||
|
||||
return [cachePath];
|
||||
return [resolvedPath];
|
||||
}
|
||||
|
||||
protected async computeKeys() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue