8000 Update terminology in comments · adamjstewart/setup-python@11c9de6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 11c9de6

Browse files
committed
Update terminology in comments
1 parent 3d8ac1d commit 11c9de6

File 8000 tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/find-python.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function usePyPy(majorVersion: 2 | 3, architecture: string): void {
5757

5858
if (!installDir && IS_WINDOWS) {
5959
// PyPy only precompiles binaries for x86, but the architecture parameter defaults to x64.
60-
// On Hosted VS2017, we only install an x86 version.
60+
// On our Windows virtual environment 7F15 s, we only install an x86 version.
6161
// Fall back to x86.
6262
installDir = findPyPy('x86');
6363
}
@@ -120,7 +120,7 @@ async function useCpythonVersion(
120120

121121
if (IS_WINDOWS) {
122122
// Add --user directory
123-
// `installDir` from tool cache should look like $AGENT_TOOLSDIRECTORY/Python/<semantic version>/x64/
123+
// `installDir` from tool cache should look like $RUNNER_TOOL_CACHE/Python/<semantic version>/x64/
124124
// So if `findLocalTool` succeeded above, we must have a conformant `installDir`
125125
const version = path.basename(path.dirname(installDir));
126126
const major = semver.major(version);

0 commit comments

Comments
 (0)
0