Skip to content

Commit ae771a9

Browse files
authored
actions/setup-python@v6: add pip-install (#122)
1 parent f47ef55 commit ae771a9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

typings/actions/setup-python/v6/action-types.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ inputs:
3333
type: boolean
3434
pip-version:
3535
type: string
36+
pip-install:
37+
type: list
38+
separator: " "
39+
list-item:
40+
type: string
3641
outputs:
3742
python-version:
3843
type: string

0 commit comments

Comments
 (0)