Skip to content

Commit f2e48bc

Browse files
committed
fix: Specify python version when adding airflow
1 parent be83379 commit f2e48bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Install Airflow & dbt
101101
run: |
102-
uv add "apache-airflow~=${{ matrix.airflow-version }}.0" \
102+
uv add "apache-airflow~=${{ matrix.airflow-version }}.0; python_version>='${{ matrix.python-version }}'" \
103103
"dbt-core~=${{ matrix.dbt-version }}"
104104
uv sync --all-extras --dev
105105
uv run airflow db migrate

0 commit comments

Comments
 (0)