We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8cc9f commit 80df1beCopy full SHA for 80df1be
.github/workflows/check-providers.yml
@@ -104,6 +104,11 @@ jobs:
104
run: >
105
breeze release-management generate-issue-content-providers
106
--only-available-in-dist --disable-progress
107
+ - name: >
108
+ Remove incompatible Python ${{ matrix.python-version }} provider packages
109
+ run: |
110
+ echo "Removing Python 3.9-incompatible provider: cloudant"
111
+ rm -vf dist/apache_airflow_providers_cloudant*
112
- name: "Generate source constraints from CI image"
113
shell: bash
114
0 commit comments