Skip to content

Commit f8b3ec5

Browse files
committed
try removing ml_test
1 parent 8cf9686 commit f8b3ec5

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,transformers
83+
gradle-command: :sdks:python:postCommitYamlIntegrationTests -PyamlTestSet=${{ matrix.test_set }} -PbeamPythonExtra=yaml,transformers
8484
- name: Archive Python Test Results
8585
uses: actions/upload-artifact@v7
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,transformers
94+
gradle-command: :sdks:python:yamlIntegrationTests -PbeamPythonExtra=yaml,transformers
9595
- name: Archive Python Test Results
9696
uses: actions/upload-artifact@v7
9797
if: failure()

0 commit comments

Comments
 (0)