-
QuestionHello there, I have this tox.ini https://github.com/pylint-dev/pylint-pytest/blob/300774b/tox.ini and this action https://github.com/pylint-dev/pylint-pytest/blob/300774bc6e7e1612f9753ed97d781f4c42e3d680/.github/workflows/run-tests.yaml#L44. I am wondering why every other environment is picked up automatically, but the The ContextNo response Aditional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @stdedo . tox-gh-actions always require users to configure [gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.12: py312 Reference: https://github.com/ymyzk/tox-gh-actions#tox-gh-actions-configuration |
Beta Was this translation helpful? Give feedback.
Hello @stdedo . tox-gh-actions always require users to configure
[gh-actions]
intox.ini
. For example, if you add something like the following, tox and tox-gh-actions may work as expected.Reference: https://github.com/ymyzk/tox-gh-actions#tox-gh-actions-configuration