potiuk commented on code in PR #45408:
URL: https://github.com/apache/airflow/pull/45408#discussion_r1903272093
##########
.github/workflows/test-provider-packages.yml:
##########
@@ -126,26 +126,31 @@ jobs:
breeze release-management generate-constraints
--airflow-constraints-mode constraints-source-providers --answer yes
- name: "Install and verify wheel provider packages"
+ env:
+ PACKAGE_FORMAT: ${{ matrix.package-format }}
+ PYTHON_MAJOR_MINOR_VERSION: ${env.PYTHON_MAJOR_MINOR_VERSION}
+ AIRFLOW_SKIP_CONSTRAINTS: "${{ inputs.upgrade-to-newer-dependencies
}}"
run: >
breeze release-management verify-provider-packages
--use-packages-from-dist
- --package-format ${{ matrix.package-format }}
- --use-airflow-version ${{ matrix.package-format }}
+ --package-format ${PACKAGE_FORMAT}
Review Comment:
Here as well :)
##########
.github/workflows/test-provider-packages.yml:
##########
@@ -126,26 +126,31 @@ jobs:
breeze release-management generate-constraints
--airflow-constraints-mode constraints-source-providers --answer yes
- name: "Install and verify wheel provider packages"
+ env:
+ PACKAGE_FORMAT: ${{ matrix.package-format }}
+ PYTHON_MAJOR_MINOR_VERSION: ${env.PYTHON_MAJOR_MINOR_VERSION}
+ AIRFLOW_SKIP_CONSTRAINTS: "${{ inputs.upgrade-to-newer-dependencies
}}"
run: >
breeze release-management verify-provider-packages
--use-packages-from-dist
- --package-format ${{ matrix.package-format }}
- --use-airflow-version ${{ matrix.package-format }}
+ --package-format ${PACKAGE_FORMAT}
Review Comment:
Here as well we could add quotes :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]