Add comment clarifying Python setup purpose

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-08 22:36:52 +00:00
parent 215b609e01
commit cf2990c6be

View File

@@ -57,6 +57,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.x'
# Python is required for validation scripts
- name: Run pre-deployment validations
run: |