mirror of
https://github.com/actions/setup-python.git
synced 2025-07-18 19:38:21 +02:00
resolve comments and add licenses
This commit is contained in:
parent
f8238767a5
commit
aaeea74198
58 changed files with 1863 additions and 25 deletions
|
@ -15,6 +15,10 @@ class PipenvCache extends CacheDistributor {
|
|||
|
||||
protected async getCacheGlobalDirectories() {
|
||||
let virtualEnvRelativePath;
|
||||
|
||||
// Default virtualenv directories are hardcoded,
|
||||
// because pipenv is not preinstalled on hosted images and virtualenv is not created:
|
||||
// https://github.com/pypa/pipenv/blob/1daaa0de9a0b00d386c6baeb809d8d4ee6795cfd/pipenv/utils.py#L1990-L2002
|
||||
if (process.platform === 'win32') {
|
||||
virtualEnvRelativePath = '.virtualenvs';
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue