We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad6de1 commit 70b7227Copy full SHA for 70b7227
.github/workflows/run-tests.yml
@@ -12,6 +12,17 @@ on:
12
required: true
13
type: string
14
workflow_dispatch:
15
+ inputs:
16
+ python-versions:
17
+ description: 'List of Python versions to use in matrix, as JSON string'
18
+ required: true
19
+ type: string
20
+ default: '["3.10", "3.11", "3.12", "3.13"]'
21
+ os-versions:
22
+ description: 'List of OS versions to use in matrix, as JSON string'
23
24
25
+ default: '["ubuntu-latest", "windows-latest", "macos-latest"]'
26
27
jobs:
28
run:
0 commit comments