Trouble getting tox to build anything from the matrix #158
-
Probably I just configured something wrong, but I'm having trouble getting https://github.com/stefanfoulis/django-sendsms-gh-ci-experiment/pull/1/checks?check_run_id=222843429 action: https://github.com/stefanfoulis/django-sendsms-gh-ci-experiment/blob/ci/gh-actions-experiment/.github/workflows/ci.yml In the same repo I also have a setup with travis using tox-travis which works. Any help would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
@stefanfoulis thanks for your feedback! I think tox-gh-actions cannot handle this line A workaround I can think of is updating
Could you give it a try? Thanks again. |
Beta Was this translation helpful? Give feedback.
-
@ymyzk thanks for the quick response. Yes, if I change the config as you suggest it runs the tests👍 |
Beta Was this translation helpful? Give feedback.
-
Awesome! Thank you for trying the library. |
Beta Was this translation helpful? Give feedback.
-
@stefanfoulis I just released tox-gh-actions v0.2.0 with an improved algorithm. The following
|
Beta Was this translation helpful? Give feedback.
-
awesome! I'll try this out asap. |
Beta Was this translation helpful? Give feedback.
@stefanfoulis thanks for your feedback!
I think tox-gh-actions cannot handle this line
envlist = py27-dj{111}, py{35,36,37}-dj{111,20}, flake8, black
yet. I'd like to fix the issue.A workaround I can think of is updating
tox.ini
like this:Could you give it a try? Thanks again.