mirror of
https://github.com/actions/setup-python.git
synced 2025-07-18 20:58:19 +02:00
remove duplicate block
This commit is contained in:
parent
dcd7128984
commit
bedb244a49
2 changed files with 0 additions and 9 deletions
|
@ -71,11 +71,6 @@ function usePyPy(
|
|||
core.addPath(path.join(installDir, 'Scripts'));
|
||||
}
|
||||
|
||||
if (IS_WINDOWS) {
|
||||
const scriptDir = path.join(installDir, 'Scripts');
|
||||
core.addPath(scriptDir);
|
||||
}
|
||||
|
||||
const impl = 'pypy' + majorVersion.toString();
|
||||
core.setOutput('python-version', impl);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue