diff --git a/.github/workflows/interface-unit-tests.yml b/.github/workflows/interface-unit-tests.yml index 4efba31b44c..4572f6feace 100644 --- a/.github/workflows/interface-unit-tests.yml +++ b/.github/workflows/interface-unit-tests.yml @@ -262,7 +262,7 @@ jobs: }} matrix: group: >- - ${{ fromJSON(needs.setup-ci-load.outputs.enable-split) && [1, 2, 3] || [1] }} + ${{ fromJSON(needs.setup-ci-load.outputs.enable-split) && fromJson("[1, 2, 3]") || fromJson("[1]") }} python-version: >- ${{ fromJSON(needs.setup-ci-load.outputs.python-version).tf-tests @@ -301,7 +301,7 @@ jobs: || fromJSON(needs.setup-ci-load.outputs.matrix-max-parallel).default }} matrix: - group: ${{ fromJSON(needs.setup-ci-load.outputs.enable-split) && [1, 2, 3, 4, 5] || [1] }} + group: ${{ fromJSON(needs.setup-ci-load.outputs.enable-split) && fromJson("[1, 2, 3, 4, 5]") || fromJsom("[1]") }} python-version: >- ${{ fromJSON(needs.setup-ci-load.outputs.python-version).jax-tests @@ -342,7 +342,7 @@ jobs: || fromJSON(needs.setup-ci-load.outputs.matrix-max-parallel).default }} matrix: - group: ${{ fromJSON(needs.setup-ci-load.outputs.enable-split) && [1, 2, 3, 4, 5] || [1] }} + group: ${{ fromJSON(needs.setup-ci-load.outputs.enable-split) && fromJson("[1, 2, 3, 4, 5]") || fromJson("[1]") }} python-version: >- ${{ fromJSON(needs.setup-ci-load.outputs.python-version).core-tests