8000 TYP: use mypy_primer to surface type checking regressions by hauntsaninja · Pull Request #28073 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

TYP: use mypy_primer to surface type checking regressions #28073

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Dec 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reduce shards
  • Loading branch information
hauntsaninja committed Dec 28, 2024
commit 8299755ff26b713dc470aaee171cf7f61451c31e
2 changes: 1 addition & 1 deletion .github/workflows/mypy_primer.yml < 8D21 clipboard-copy data-copy-feedback="Copied!" aria-label="Copy" value=".github/workflows/mypy_primer.yml" data-view-component="true" class="Link--onHover color-fg-muted ml-2 mr-2">
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
shard-index: [0, 1, 2, 3]
shard-index: [0]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
0