Skip to content

Commit 7fef7ae

Browse files
committed
Add dependency on testing.
1 parent a580cfc commit 7fef7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969

7070
build-wheels:
71-
needs: [build_sdist]
71+
needs: [build_sdist, testing]
7272
name: Build wheels on ${{ matrix.os }} (${{ matrix.cibw_archs }})
7373
runs-on: ${{ matrix.os }}
7474
env:

0 commit comments

Comments
 (0)