We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c5ea63 commit 3105fb1Copy full SHA for 3105fb1
dist/index.js
@@ -7085,7 +7085,7 @@ function usePyPy(majorVersion, architecture) {
7085
core.addPath(installDir);
7086
core.addPath(_binDir);
7087
// Starting from PyPy 7.3.1, the folder that is used for pip and anything that pip installs should be "Scripts" on Windows.
7088
- if (IS_WINDOWS) {
+ if (utils_1.IS_WINDOWS) {
7089
core.addPath(path.join(installDir, 'Scripts'));
7090
}
7091
const impl = 'pypy' + majorVersion.toString();
0 commit comments