Skip to content

Commit d84dd71

Browse files
Apply review suggestions
1 parent 41c0ad7 commit d84dd71

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- name: Install uv and set the Python version
2222
uses: astral-sh/setup-uv@v6
2323
with:
24-
python-version: ${{ matrix.python-version }}
24+
python-version: ${{ matrix.python }}
2525
- name: Install dependencies
2626
run: |
27-
uv sync --locked --all-extras --dev
27+
uv sync --locked --only-dev
2828
- name: Run Prettier
2929
uses: creyD/[email protected]
3030
with:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
- Migrate to `uv` project manager.
12+
1113
## [0.14.0] - 2025-08-08
1214

1315
- Display the parse error message when `dbt parse` fails.

0 commit comments

Comments
 (0)