Skip to content

Commit 995307f

Browse files
fix: Remove conditional from steps
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 3850643 commit 995307f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
OS: ${{ matrix.os }}
3131
PYTHON: ${{ matrix.python-version }}
3232
steps:
33-
- if: ${{ needs.check_skip_tests.outputs.skip_tests == 'false' }}
3433
- uses: actions/checkout@v4
3534
- name: Setup Python
3635
id: setup-python

0 commit comments

Comments
 (0)