You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the actions runs tox with -e${{ inputs.tox_env }}. The value is required and the default is py38.
As a consequence, I need to have the environments listed in 2 places, which I don't particularly like. The default should IMHO be the run all of them. Or at least, this should be an option.