We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4e858 commit 22daa09Copy full SHA for 22daa09
1 file changed
dist/setup/index.js
@@ -6112,6 +6112,9 @@ function run() {
6112
yield cacheDependencies(cache, pythonVersion);
6113
}
6114
6115
+ else {
6116
+ core.warning('python-version is empty, the OS native python will be used');
6117
+ }
6118
const matchersPath = path.join(__dirname, '../..', '.github');
6119
core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);
6120
0 commit comments