Skip to content

Commit

Permalink
Add missing backslashes (apache#46229)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Jan 29, 2025
1 parent 922916c commit 6ce33ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-constraints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ jobs:
CHICKEN_EGG_PROVIDERS: ${{ inputs.chicken-egg-providers }}
run: |
for PYTHON in $PYTHON_VERSIONS; do
breeze release-management generate-constraints
--airflow-constraints-mode constraints --answer yes
breeze release-management generate-constraints \
--airflow-constraints-mode constraints --answer yes \
--chicken-egg-providers "${CHICKEN_EGG_PROVIDERS}"
done
- name: "Dependency upgrade summary"
Expand Down

0 comments on commit 6ce33ee

Please sign in to comment.