This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 6ce33ee8dda Add missing backslashes (#46229)
6ce33ee8dda is described below
commit 6ce33ee8dda4fc6167eb16d04bb861c58c0e8f7e
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Jan 29 09:58:02 2025 +0100
Add missing backslashes (#46229)
---
.github/workflows/generate-constraints.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/generate-constraints.yml
b/.github/workflows/generate-constraints.yml
index c7f2146b385..47230c556c2 100644
--- a/.github/workflows/generate-constraints.yml
+++ b/.github/workflows/generate-constraints.yml
@@ -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"