We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36dc43 commit ac4e858Copy full SHA for ac4e858
src/setup-python.ts
@@ -53,6 +53,10 @@ async function run() {
53
if (cache && isCacheFeatureAvailable()) {
54
await cacheDependencies(cache, pythonVersion);
55
}
56
+ } else {
57
+ core.warning(
58
+ 'python-version is empty, the OS native python will be used'
59
+ );
60
61
const matchersPath = path.join(__dirname, '../..', '.github');
62
core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);
0 commit comments