Skip to content

Commit 267536d

Browse files
committed
Don't wait to start tests
1 parent 284fc76 commit 267536d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030

3131
test:
3232
runs-on: ubuntu-latest
33-
needs: [style]
3433
steps:
3534
- uses: actions/checkout@v4
3635
- name: Set up Python ${{ matrix.python-version }}
@@ -44,7 +43,6 @@ jobs:
4443

4544
minimum:
4645
runs-on: ubuntu-latest
47-
needs: [style]
4846
steps:
4947
- uses: actions/checkout@v4
5048
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)