(installDir: string)
| 73 | } |
| 74 | |
| 75 | export function getPyPyVersionFromPath(installDir: string) { |
| 76 | return path.basename(path.dirname(installDir)); |
| 77 | } |
| 78 | |
| 79 | /** |
| 80 | * In tool-cache, we put PyPy to '<toolcache_root>/PyPy/<python_version>/x64' |
no outgoing calls
no test coverage detected