mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 07:22:14 +00:00
remove throwing error
This commit is contained in:
parent
e92ad8d45b
commit
2f69f2f015
1 changed files with 0 additions and 2 deletions
|
@ -53,8 +53,6 @@ async function run() {
|
||||||
if (cache && isCacheFeatureAvailable()) {
|
if (cache && isCacheFeatureAvailable()) {
|
||||||
await cacheDependencies(cache, pythonVersion);
|
await cacheDependencies(cache, pythonVersion);
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
throw new Error("there's empty python-version input");
|
|
||||||
}
|
}
|
||||||
const matchersPath = path.join(__dirname, '../..', '.github');
|
const matchersPath = path.join(__dirname, '../..', '.github');
|
||||||
core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);
|
core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);
|
||||||
|
|
Loading…
Add table
Reference in a new issue