mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
Merge branch 'main' into v-dmshib/update-ncc
This commit is contained in:
commit
b2bc82350f
3 changed files with 58988 additions and 58039 deletions
52409
dist/cache-save/index.js
vendored
52409
dist/cache-save/index.js
vendored
File diff suppressed because one or more lines are too long
64248
dist/setup/index.js
vendored
64248
dist/setup/index.js
vendored
File diff suppressed because one or more lines are too long
|
@ -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')}`);
|
||||
|
|
Loading…
Add table
Reference in a new issue