when: - event: ["push", "manual"] branch: ["next"] engine: nixery dependencies: nixpkgs: - uv - python312 steps: - name: run tests command: | uv run --python python3.12 pytest -vv