-
Notifications
You must be signed in to change notification settings - Fork 3
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
Have an official GitHub Action for invoking tox #1
Comments
A very minimalistic example of such action: https://github.com/sanitizers/octomachinery/blob/master/.github/actions/python3.7-tox/Dockerfile
|
Looks good @webknjaz please create a PR with the code under this organization, thanks! |
Can we add some basic documentation in the README about how to use it? We probably also want an image that has more than one python, I would propose something that has the core currently supported set (2.7, 3.5, 3.6, 3.7). In the current form, only 3.7 envs will run. Or we want a separate image per target python. |
Yes, that would be great. We could also mention this in tox's docs too. I just haven't had time to add more. Also, tox-dev doesn't have Actions enabled which apparently prevents us from publishing Actions to the Marketplace. I'll try to take care of this as well. |
I was actually going to ask a human from GitHub to do a favor :) |
I expect an action for tox-conda! |
We don't need a specialized version of it, just define tox-conda in the requires part to tox.ini and you'll have it auto provisioned👌 |
But there is no conda installed in this action. It will be better if an action based on miniconda is created.
… On May 11, 2019, at 20:51, Bernát Gábor ***@***.***> wrote:
conda
|
@njzjz feel free to suggest an image having all of the major Python interpreters there. |
Hi! I did find an There also seem to be a |
The motivation is similar to https://discuss.python.org/t/official-github-action-for-publishing-to-pypi/1061.
I think, providing a ready-to-use action for executing some env (of a bunch of them) is nice.
It could post results back to GitHub via Checks API but I'm not sure whether there's any generic/parsable output of tox execution to be used for this.
@gaborbernat let's discuss this IRL.
The text was updated successfully, but these errors were encountered: