Skip to content

Commit

Permalink
add descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBeilschmidt committed Jan 22, 2025
1 parent 4c210f7 commit 23b56ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
@@ -6,12 +6,15 @@ on:
python-version:
type: string
required: true
description: 'Python version to use, e.g., "3.9"'
use-uv:
type: boolean
default: false
description: 'Use `uv` for minimum version resolution'
coverage:
type: boolean
default: false
description: 'Generate coverage report'

jobs:
check:

0 comments on commit 23b56ba

Please sign in to comment.