mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
format code
This commit is contained in:
parent
aaeea74198
commit
204896dae5
2 changed files with 2 additions and 2 deletions
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
|
@ -7154,7 +7154,7 @@ class PipenvCache extends cache_distributor_1.default {
|
|||
getCacheGlobalDirectories() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
let virtualEnvRelativePath;
|
||||
// Default virtualenv directories are hardcoded,
|
||||
// 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') {
|
||||
|
|
|
@ -16,7 +16,7 @@ class PipenvCache extends CacheDistributor {
|
|||
protected async getCacheGlobalDirectories() {
|
||||
let virtualEnvRelativePath;
|
||||
|
||||
// Default virtualenv directories are hardcoded,
|
||||
// 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') {
|
||||
|
|
Loading…
Add table
Reference in a new issue