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
52437
dist/cache-save/index.js
vendored
52437
dist/cache-save/index.js
vendored
File diff suppressed because one or more lines are too long
64258
dist/setup/index.js
vendored
64258
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()) {
|
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