Skip to content

I don't understand how tox-gh-actions picks the correct environment #189

Answered by ymyzk
stdedos asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @stdedo . tox-gh-actions always require users to configure [gh-actions] in tox.ini. For example, if you add something like the following, tox and tox-gh-actions may work as expected.

[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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@stdedos
Comment options

Answer selected by stdedos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants