8000 Convert change detection to a Python script by AA-Turner · Pull Request #129627 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Convert change detection to a Python script #129627

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 14 commits into from
Feb 5, 2025
Merged
Prev Previous commit
Next Next commit
Add step name
  • Loading branch information
AA-Turner committed Feb 5, 2025
commit b40113e52f3066756fd6b39188f6aae3e6632df4
3 changes: 2 additions & 1 deletion .github/workflows/reusable-change-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
run-tests: ${{ steps.changes.outputs.run-tests }}
run-windows-msi: ${{ steps.changes.outputs.run-windows-msi }}
steps:
- uses: actions/setup-python@v5
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3"

Expand Down
Loading
0