We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06486a0 commit c46fea3Copy full SHA for c46fea3
.github/workflows/unit_tests.yml
@@ -11,7 +11,7 @@ jobs:
11
excluded-dirs: 'docs/**,tests/**,examples/**'
12
13
unit-test-python:
14
- needs: check_skip_tests
+ needs: [check_skip_tests]
15
if: ${{ needs.check_skip_tests.outputs.skip_tests == 'false' }}
16
runs-on: ${{ matrix.os }}
17
strategy:
0 commit comments