This is an example of GitHub Actions' composite actions feature to install a given version of Python before running some other code.
See action.yml.
Sample code for a composite action that requires some version of Python
JavaScriptMIT
This is an example of GitHub Actions' composite actions feature to install a given version of Python before running some other code.
See action.yml.