Skip to content

Commit cc1c8de

Browse files
authored
update python to use host builder (#37)
1 parent c58f883 commit cc1c8de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/invoke-all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
ACTIONS_STEP_DEBUG: true
4343
language_paths: ${{needs.prepare.outputs.language_paths}}
4444
# UPDATE THIS IF HOST BUILDER IS ENABLED FOR MORE LANGUAGES
45-
HOST_ENABLED_LANGUAGES: '["go"]'
45+
HOST_ENABLED_LANGUAGES: '["go","python"]'
4646
HEADREF: ${{github.head_ref}}
4747
steps:
4848
- name: Checkout code

0 commit comments

Comments
 (0)