Skip to content

Commit 80df1be

Browse files
committed
Fix constraints problem with cloudant in python 3.9
(cherry picked from commit 4375185)
1 parent ff8cc9f commit 80df1be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check-providers.yml

+5
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ jobs:
104104
run: >
105105
breeze release-management generate-issue-content-providers
106106
--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*
107112
- name: "Generate source constraints from CI image"
108113
shell: bash
109114
run: >

0 commit comments

Comments
 (0)