Skip to content

Commit 87b0f87

Browse files
committed
fix: Get latest from setup-uv
1 parent 6601302 commit 87b0f87

3 files changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ jobs:
9191
- name: Install uv and set the python version
9292
uses: astral-sh/setup-uv@v7
9393
with:
94-
version: 0.9.18
9594
python-version: ${{ matrix.python-version }}
9695

9796
- name: Install Airflow & dbt
@@ -155,7 +154,6 @@ jobs:
155154
- name: Install uv and set the python version
156155
uses: astral-sh/setup-uv@v7
157156
with:
158-
version: 0.9.18
159157
python-version: ${{ matrix.python-version }}
160158

161159
- name: Install airflow-dbt-python with uv
@@ -212,7 +210,6 @@ jobs:
212210
- name: Install uv and set the python version
213211
uses: astral-sh/setup-uv@v7
214212
with:
215-
version: 0.9.18
216213
python-version: 3.13
217214

218215
- name: Install airflow-dbt-python with uv

.github/workflows/docs_pages.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- name: Install uv and set the python version
2222
uses: astral-sh/setup-uv@v7
2323
with:
24-
version: 0.9.18
2524
python-version: ${{ matrix.python-version }}
2625

2726
- name: Install airflow-dbt-python with uv

.github/workflows/pypi_deploy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- name: Install uv and set the python version
1616
uses: astral-sh/setup-uv@v7
1717
with:
18-
version: 0.9.18
1918
python-version: 3.13
2019

2120
- name: Install airflow-dbt-python with uv

0 commit comments

Comments
 (0)