Seamless integration of tox into GitHub Actions. Automatically detects GitHub Actions environment variables for parallel tox execution and job summaries. Latest version: 1.7.1, requires Python >=3.10. Release cadence: irregular.
pip install tox-ghNo compatibility data collected yet for this library.
Minimal GitHub Actions workflow using tox-gh. The plugin is activated automatically; no import or special configuration needed.
Update your CI runners to use Python 3.10 or later.
Provide fallback: use condition like `if: ${{ github.actions }}` or check `GITHUB_ACTIONS` env var in scripts.Remove usage of `tox-gh-action` composite action; just `pip install tox tox-gh` and run `tox`.
Avoid overriding `tox_envdir` or `work_dir` when using tox-gh.
Run only in GitHub Actions workflow; for local testing, remove tox-gh or set a dummy GITHUB_ENV variable.
Upgrade tox to version >=4.0: `pip install --upgrade tox>=4.0`.
Ensure both tox and tox-gh are up-to-date: `pip install --upgrade tox tox-gh`.