Skip to content

Commit

Permalink
ci: Add python-versions input parameter to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Aug 22, 2024
1 parent f5ddc3e commit 584b060
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ on:
description: "(Optional) Branch to checkout"
required: false
type: string
python-versions:
description: "(Optional) Python versions to test"
required: true
type: string
default: "['3.10', '3.11', '3.12']"
env:
POETRY_VERSION: "1.8.2"
NODE_VERSION: "21"
Expand Down

0 comments on commit 584b060

Please sign in to comment.