Skip to content

Commit 08ef814

Browse files
committed
Try to not install ml_test
1 parent 0c428da commit 08ef814

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/beam_PostCommit_Yaml_Xlang_Direct.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: run PostCommit Yaml Xlang Direct script
8181
uses: ./.github/actions/gradle-command-self-hosted-action
8282
with:
83-
gradle-command: :sdks:python:postCommitYamlIntegrationTests -PyamlTestSet=${{ matrix.test_set }} -PbeamPythonExtra=ml_test,yaml
83+
gradle-command: :sdks:python:postCommitYamlIntegrationTests -PyamlTestSet=${{ matrix.test_set }} -PbeamPythonExtra=yaml
8484
- name: Archive Python Test Results
8585
uses: actions/upload-artifact@v4
8686
if: failure()

.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: run PreCommit Yaml Xlang Direct script
9292
uses: ./.github/actions/gradle-command-self-hosted-action
9393
with:
94-
gradle-command: :sdks:python:yamlIntegrationTests -PbeamPythonExtra=ml_test,yaml
94+
gradle-command: :sdks:python:yamlIntegrationTests -PbeamPythonExtra=yaml
9595
- name: Archive Python Test Results
9696
uses: actions/upload-artifact@v4
9797
if: failure()

0 commit comments

Comments
 (0)