Skip to content

Commit 1cfba59

Browse files
fix the orignal CI/CD bug
1 parent a28b3dc commit 1cfba59

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,17 @@ jobs:
2121
with:
2222
python-version-file: ".python-version"
2323

24+
- name: Install uv
25+
uses: astral-sh/setup-uv@v5
26+
with:
27+
enable-cache: true
28+
2429
- name: Install dependencies
2530
run: pip install '.[dev,docs]'
2631

32+
- name: Check uv.lock is up to date
33+
run: uv lock --check
34+
2735
- name: Run ruff linter
2836
run: ruff check
2937

0 commit comments

Comments
 (0)