You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I'm using GHES with runners under CentOS / Rocky Linux.
But setup-python is supported on recent Ubuntu versions only, and it fails on other linux distributions, yet.
So, I propose to support other linux distributions by simple changes.
setup-python actions has hard coded location of versions-manifest.json.
If location of versions-manifest.json can be provided users, actions can be used for various linux platform.
I propose 3 inputs options for this.
versions-manifest-repo-owner : Github owner of versions-manifest.json
versions-manifest-repo-name : Github repository of versions-manifest.json
versions-manifest-repo-branch : Github branch of versions-manifest.json
If these values are not set, default value should be same with current behavior.
Description:
I'm using GHES with runners under CentOS / Rocky Linux.
But
setup-pythonis supported on recent Ubuntu versions only, and it fails on other linux distributions, yet.So, I propose to support other linux distributions by simple changes.
Justification:
setup-pythonactions has hard coded location ofversions-manifest.json.If location of
versions-manifest.jsoncan be provided users, actions can be used for various linux platform.I propose 3 inputs options for this.
versions-manifest.jsonversions-manifest.jsonversions-manifest.jsonIf these values are not set, default value should be same with current behavior.
Are you willing to submit a PR?
I'll try it :D