Skip to content

Run tox

Run tox #2

Workflow file for this run

name: Run tox
on:
workflow_dispatch:
# Manual trigger only
jobs:
tox:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Run tox
run: uv run tox