mirror of
https://github.com/actions/setup-python.git
synced 2025-08-26 18:54:19 +00:00
Merge branch 'main' into v-dmshib/update-ncc
This commit is contained in:
commit
b2bc82350f
52553
dist/cache-save/index.js
vendored
52553
dist/cache-save/index.js
vendored
File diff suppressed because one or more lines are too long
64472
dist/setup/index.js
vendored
64472
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…
x
Reference in New Issue
Block a user