mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 11:13:29 +00:00
npm run format
This commit is contained in:
parent
ac9a05fc25
commit
a73015898a
@ -35,7 +35,9 @@ async function run() {
|
||||
);
|
||||
} else {
|
||||
if (version.trim().startsWith('2')) {
|
||||
core.warning('The support for python 2.7 will be removed on June 19. Related issue: https://github.com/actions/setup-python/issues/672')
|
||||
core.warning(
|
||||
'The support for python 2.7 will be removed on June 19. Related issue: https://github.com/actions/setup-python/issues/672'
|
||||
);
|
||||
}
|
||||
const installed = await finder.useCpythonVersion(version, arch);
|
||||
pythonVersion = installed.version;
|
||||
|
Loading…
Reference in New Issue
Block a user