Skip to content

Commit 327e9eb

Browse files
committed
Ensure python is available to action
Signed-off-by: Andy Doan <andy@foundries.io>
1 parent e44ca83 commit 327e9eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ outputs:
2525
runs:
2626
using: "composite"
2727
steps:
28+
- name: Setup Python
29+
uses: actions/setup-python@v5
30+
2831
- name: Upload Artifacts
2932
id: upload
3033
env:

0 commit comments

Comments
 (0)