Skip to content

Commit 50fecda

Browse files
committed
fix: Add CLI dependencies to readme-snippets job as well
1 parent 35eae15 commit 50fecda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
version: 0.7.2
7777

7878
- name: Install dependencies
79-
run: uv sync --frozen --all-extras --python 3.10
79+
run: uv sync --frozen --all-extras --group dev --python 3.10
8080

8181
- name: Check README snippets are up to date
8282
run: uv run --frozen scripts/update_readme_snippets.py --check

0 commit comments

Comments
 (0)