Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/actions/setup-python
/ isGraalPyVersion
Function
isGraalPyVersion
src/setup-python.ts:22–24 ·
view source on GitHub ↗
(versionSpec: string)
Source
from the content-addressed store, hash-verified
20
}
21
22
function
isGraalPyVersion(versionSpec: string) {
23
return
versionSpec.startsWith(
'graalpy'
);
24
}
25
26
async
function
installPipPackages(pipInstall: string) {
27
core.info(`Installing pip packages: ${pipInstall}`);
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected