Skip to content

Commit

Permalink
meta(CI): check-install-from-sdist step doesn't require build-and-test
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-distributive committed Jul 16, 2024
1 parent d70d555 commit 2633b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:
name: wheel-${{ github.run_id }}-${{ github.sha }}
path: ./dist/
check-install-from-sdist:
needs: [build-and-test, sdist]
needs: sdist
runs-on: ubuntu-24.04
steps:
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 2633b5a

Please sign in to comment.