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 41c0ad7 commit d84dd71Copy full SHA for d84dd71
.github/workflows/ci.yml
@@ -21,10 +21,10 @@ jobs:
21
- name: Install uv and set the Python version
22
uses: astral-sh/setup-uv@v6
23
with:
24
- python-version: ${{ matrix.python-version }}
+ python-version: ${{ matrix.python }}
25
- name: Install dependencies
26
run: |
27
- uv sync --locked --all-extras --dev
+ uv sync --locked --only-dev
28
- name: Run Prettier
29
uses: creyD/[email protected]
30
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to
8
9
## [Unreleased]
10
11
+- Migrate to `uv` project manager.
12
+
13
## [0.14.0] - 2025-08-08
14
15
- Display the parse error message when `dbt parse` fails.
0 commit comments