-
Notifications
You must be signed in to change notification settings - Fork 617
Document how to evade a specific version #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Covering this from the contributor's perspective would be great too (i.e. what file does one modify to fix the provisioning and send a PR -- though from what I can tell that seems possibly not in here? am I missing where the actual "meat" of the provisioning is?) |
Ah I see, from the README: "optionally installing a version of python and adding to PATH. Note that this action only uses versions of Python already installed in the cache." -- I don't know what "the cache" refers to, but I guess I assume it's some thing already provisioned on virtual machines and all this thing does is know how to pull files out of it, there's no remote downloading involved? (Would probably be great to document that too) |
Yeah, the cache is on the image already, we don't control it. We could use some documentation here, I think I may want to hold off documenting this quite yet though because we're looking at changing a lot of this and having a repo to publish tool versions for each image (rather than having them in the tool cache). Note also that you can check what versions are available on a given image by doing the same thing I do here. |
A big help-doc was recently published that details Actions + Python https://help.github.com/en/actions/automating-your-workflow-with-github-actions/using-python-with-github-actions The doc includes an example on how to exclude a specific version of Python. I've added a similar example to the README here and added a link to the help-doc. The help-doc and recent changes to the README here document all of the intricacies of how |
Nice, thanks!
…On Mon, Dec 23, 2019, 17:55 Konrad Pabjan ***@***.***> wrote:
Closed #18 <#18>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#18?email_source=notifications&email_token=AACQQXVN5X3DTPQA4QPC5GLQ2DUO3A5CNFSM4IQ467N2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVUVBWCQ#event-2905217802>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACQQXQ3F3QRQJYHYVQCZGDQ2DUO3ANCNFSM4IQ467NQ>
.
|
It'd be great if the documentation covered specifically how to "evade" a given version -- i.e., how does one use this action to provision 2.7 and 3.3, but if the 3.4 provisioning is broken for whatever reason, how does one drop down a level and provision that one themselves.
(Obviously related to #16, where now I'm trying to figure out how I use this for everything but the combination of pypy3-on-windows, where I have to figure out how to manually get the right version myself)
The text was updated successfully, but these errors were encountered: