We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be83379 commit f2e48bcCopy full SHA for f2e48bc
.github/workflows/ci.yaml
@@ -99,7 +99,7 @@ jobs:
99
100
- name: Install Airflow & dbt
101
run: |
102
- uv add "apache-airflow~=${{ matrix.airflow-version }}.0" \
+ uv add "apache-airflow~=${{ matrix.airflow-version }}.0; python_version>='${{ matrix.python-version }}'" \
103
"dbt-core~=${{ matrix.dbt-version }}"
104
uv sync --all-extras --dev
105
uv run airflow db migrate
0 commit comments