MCPcopy 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
22function isGraalPyVersion(versionSpec: string) {
23 return versionSpec.startsWith('graalpy');
24}
25
26async function installPipPackages(pipInstall: string) {
27 core.info(`Installing pip packages: ${pipInstall}`);

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected