Skip to content

Commit e01989c

Browse files
committed
Fixed needs requirement in workflow
1 parent 9cb660e commit e01989c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/accelerate-manylinux.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
path: accelerate/dist/*.whl
190190

191191

192-
wheels_manylinux-arm:
192+
wheels_manylinux_arm:
193193
name: Build architecture-specific wheels on ${{ matrix.distro }} ${{ matrix.arch }}
194194

195195
runs-on: ubuntu-24.04-arm
@@ -345,7 +345,12 @@ jobs:
345345
runs-on: ubuntu-latest
346346
if: ${{ github.ref == 'refs/heads/master' }}
347347
needs:
348-
- wheels
348+
- wheels_windows
349+
- wheels_mac
350+
- wheels_manylinux_x86
351+
- wheels_manylinux_arm
352+
- wheels_musllinux_x86
353+
- wheels_musllinux_arm
349354
- tarballs
350355
# TODO: should be choosing the repo URL based on master/develop
351356
permissions:

0 commit comments

Comments
 (0)