Skip to content

sync: update from python-copier-template (#80) #175

sync: update from python-copier-template (#80)

sync: update from python-copier-template (#80) #175

Workflow file for this run

name: pytest
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: "Run with tmate debugging enabled"
required: false
default: false
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pytest:
uses: Komorebi-AI/github-actions/.github/workflows/pytest-uv.yml@main
with:
uv-version: 0.10.12
debug-enabled: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}