Skip to content

Commit

Permalink
Fix constraints generation for 3.9-3.11 (apache#46744)
Browse files Browse the repository at this point in the history
When we switched to sequential in apache#46223, we missed actually passing the
python version. Oops.
  • Loading branch information
jedcunningham authored Feb 14, 2025
1 parent d831da8 commit d1e617c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-constraints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ jobs:
for PYTHON in $PYTHON_VERSIONS; do
breeze release-management generate-constraints \
--airflow-constraints-mode constraints --answer yes \
--chicken-egg-providers "${CHICKEN_EGG_PROVIDERS}"
--chicken-egg-providers "${CHICKEN_EGG_PROVIDERS}" \
--python "${PYTHON}"
done
- name: "Dependency upgrade summary"
shell: bash
Expand Down

0 comments on commit d1e617c

Please sign in to comment.