Skip to content

Commit 9e15070

Browse files
committed
chore(ci): Depend on build for sdist test
1 parent 5a63e5d commit 9e15070

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
test:
5050
# Check each OS, all supported Python, minimum versions and latest releases
5151
runs-on: ${{ matrix.os }}
52+
needs: [build]
5253
strategy:
5354
matrix:
5455
os: ['ubuntu-latest', 'macos-latest']

0 commit comments

Comments
 (0)