Skip to content

Commit c9c5f1d

Browse files
committed
ci: fix syntax
1 parent c7a3150 commit c9c5f1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323

2424
strategy:
2525
fail-fast: false
26-
matrix:
27-
ml_backend: ${{ fromJSON(needs.calculate_matrix.outputs.matrix) }}
26+
matrix: ${{fromJSON(needs.calculate_matrix.outputs.matrix)}}
2827

2928
env:
3029
LOG_DIR: pytest_logs

0 commit comments

Comments
 (0)