Skip to content

Commit 2633b5a

Browse files
committed
meta(CI): check-install-from-sdist step doesn't require build-and-test
1 parent d70d555 commit 2633b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
name: wheel-${{ github.run_id }}-${{ github.sha }}
274274
path: ./dist/
275275
check-install-from-sdist:
276-
needs: [build-and-test, sdist]
276+
needs: sdist
277277
runs-on: ubuntu-24.04
278278
steps:
279279
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)