We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28b3dc commit 1cfba59Copy full SHA for 1cfba59
.github/workflows/ci.yml
@@ -21,9 +21,17 @@ jobs:
21
with:
22
python-version-file: ".python-version"
23
24
+ - name: Install uv
25
+ uses: astral-sh/setup-uv@v5
26
+ with:
27
+ enable-cache: true
28
+
29
- name: Install dependencies
30
run: pip install '.[dev,docs]'
31
32
+ - name: Check uv.lock is up to date
33
+ run: uv lock --check
34
35
- name: Run ruff linter
36
run: ruff check
37
0 commit comments