8000 [3.12] Convert change detection to a Python script (GH-129627) by hugovk · Pull Request #130370 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.12] Convert change detection to a Python script (GH-129627) #130370

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 2 commits into from
Feb 21, 2025
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
Fix test_hypothesis
  • Loading branch information
hugovk committed Feb 21, 2025
commit e17a76bb298998d5e8ff6aeba01daf61eb31cda8
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
6DBD
Original file line number Diff line numberDiff line change
Expand Up @@ -581,12 +581,6 @@ jobs:
build_windows,
build_asan,
build_tsan,
'
|| ''
}}
${{
!fromJSON(needs.build-context.outputs.run_hypothesis)
&& '
test_hypothesis,
'
|| ''
Expand Down
Loading
0