Skip to content

Commit 22daa09

Browse files
committed
Add generated files
1 parent ac4e858 commit 22daa09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dist/setup/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6112,6 +6112,9 @@ function run() {
61126112
yield cacheDependencies(cache, pythonVersion);
61136113
}
61146114
}
6115+
else {
6116+
core.warning('python-version is empty, the OS native python will be used');
6117+
}
61156118
const matchersPath = path.join(__dirname, '../..', '.github');
61166119
core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);
61176120
}

0 commit comments

Comments
 (0)