66
66
- uses : ./.github/actions/upload-coverage
67
67
68
68
test-clean-install :
69
- needs : [lint-flake8, lint-black-isort ]
69
+ needs : [lint-flake8]
70
70
strategy :
71
71
matrix :
72
72
os :
94
94
if : matrix.os == 'ubuntu'
95
95
96
96
test-internals :
97
- needs : [lint-flake8, lint-black-isort ]
97
+ needs : [lint-flake8]
98
98
runs-on : ubuntu-latest
99
99
defaults :
100
100
run :
@@ -119,7 +119,7 @@ jobs:
119
119
- uses : ./.github/actions/upload-coverage
120
120
121
121
test-defaults :
122
- needs : [lint-flake8, lint-black-isort ]
122
+ needs : [lint-flake8]
123
123
runs-on : ubuntu-latest
124
124
defaults :
125
125
run :
@@ -150,7 +150,7 @@ jobs:
150
150
- uses : ./.github/actions/upload-coverage
151
151
152
152
test-hdk :
153
- needs : [lint-flake8, lint-black-isort ]
153
+ needs : [lint-flake8]
154
154
runs-on : ubuntu-latest
155
155
defaults :
156
156
run :
@@ -207,7 +207,7 @@ jobs:
207
207
208
208
test-asv-benchmarks :
209
209
if : github.event_name == 'pull_request'
210
- needs : [lint-flake8, lint-black-isort ]
210
+ needs : [lint-flake8]
211
211
runs-on : ubuntu-latest
212
212
defaults :
213
213
run :
@@ -312,7 +312,7 @@ jobs:
312
312
"${{ steps.filter.outputs.ray }}" "${{ steps.filter.outputs.dask }}" >> $GITHUB_OUTPUT
313
313
314
314
test-all-unidist :
315
- needs : [lint-flake8, lint-black-isort, execution-filter]
315
+ needs : [lint-flake8, execution-filter]
316
316
if : github.event_name == 'push' || needs.execution-filter.outputs.unidist == 'true'
317
317
runs-on : ubuntu-latest
318
318
defaults :
@@ -387,7 +387,7 @@ jobs:
387
387
- uses : ./.github/actions/upload-coverage
388
388
389
389
test-all :
390
- needs : [lint-flake8, lint-black-isort, execution-filter]
390
+ needs : [lint-flake8, execution-filter]
391
391
strategy :
392
392
matrix :
393
393
os :
@@ -521,7 +521,7 @@ jobs:
521
521
if : matrix.os == 'windows'
522
522
523
523
test-sanity :
524
- needs : [lint-flake8, lint-black-isort, execution-filter]
524
+ needs : [lint-flake8, execution-filter]
525
525
if : github.event_name == 'pull_request'
526
526
strategy :
527
527
matrix :
@@ -653,7 +653,7 @@ jobs:
653
653
- uses : ./.github/actions/upload-coverage
654
654
655
655
test-experimental :
656
- needs : [lint-flake8, lint-black-isort ]
656
+ needs : [lint-flake8]
657
657
runs-on : ubuntu-latest
658
658
defaults :
659
659
run :
@@ -682,7 +682,7 @@ jobs:
682
682
- uses : ./.github/actions/upload-coverage
683
683
684
684
test-spreadsheet :
685
- needs : [lint-flake8, lint-black-isort ]
685
+ needs : [lint-flake8]
686
686
runs-on : ubuntu-latest
687
687
defaults :
688
688
run :
0 commit comments