File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 environments , 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 ) ;
You can’t perform that action at this time.
0 commit comments