mirror of
https://github.com/actions/setup-python
synced 2025-04-07 07:49:45 +00:00
Fix conflicts (#389)
This commit is contained in:
@ -53,8 +53,6 @@ async function run() {
|
||||
if (cache && isCacheFeatureAvailable()) {
|
||||
await cacheDependencies(cache, pythonVersion);
|
||||
}
|
||||
} else {
|
||||
throw new Error('there\'s empty python-version input')
|
||||
}
|
||||
const matchersPath = path.join(__dirname, '../..', '.github');
|
||||
core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);
|
||||
|
Reference in New Issue
Block a user