Skip to content
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