File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,8 @@ jobs:
159159 if : env.RUN_TMATE
160160 coveralls-finish :
161161 runs-on : ubuntu-latest
162- needs : test
162+ needs :
163+ - test
163164 steps :
164165 - uses : actions/checkout@v3
165166 - id : setup-python
@@ -194,6 +195,9 @@ jobs:
194195 if : env.RUN_TMATE
195196 build :
196197 runs-on : ${{ matrix.os }}
198+ needs :
199+ - lint
200+ - test
197201 strategy :
198202 fail-fast : false
199203 matrix :
@@ -207,7 +211,6 @@ jobs:
207211 include :
208212 - os : ubuntu-20.04
209213 python-version : " 3.6"
210- needs : [lint, test]
211214 steps :
212215 - uses : actions/checkout@v3
213216 - id : setup-python
@@ -244,6 +247,8 @@ jobs:
244247 if : env.RUN_TMATE
245248 test-build :
246249 runs-on : ${{ matrix.os }}
250+ needs :
251+ - build
247252 strategy :
248253 fail-fast : false
249254 matrix :
@@ -257,7 +262,6 @@ jobs:
257262 include :
258263 - os : ubuntu-20.04
259264 python-version : " 3.6"
260- needs : [build]
261265 steps :
262266 - uses : actions/checkout@v3
263267 - id : setup-python
You can’t perform that action at this time.
0 commit comments