Skip to content

Tox

poetry | tox

- uses: jambazid/gha-actions/python/uv/tox@unknown
  with:
    working-directory: (1)
  1. Python project location (path to the pyproject.toml folder).

Installs uv as a Python version manager and then executes the pytest test suite over multiple Python versions as configured for tox.

Important

Assumes the following Project folder structure:

${working-directory}
├── pyproject.toml
├── ...
|
├── /src
|   └── /${namespace}
|       └── /${component}
|           └── ...
|
└── /tests
    └── ...

Inputs: ¤

Name Description
working-directory ¤

Python project location (path to the pyproject.toml folder).