Skip to content

Commit c46fea3

Browse files
fix: Adding brackets to unit tests
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 06486a0 commit c46fea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
excluded-dirs: 'docs/**,tests/**,examples/**'
1212

1313
unit-test-python:
14-
needs: check_skip_tests
14+
needs: [check_skip_tests]
1515
if: ${{ needs.check_skip_tests.outputs.skip_tests == 'false' }}
1616
runs-on: ${{ matrix.os }}
1717
strategy:

0 commit comments

Comments
 (0)