Skip to content

Commit e17d60a

Browse files
committed
fix: remove unnecessary group option from uv sync commands
1 parent 1120c1c commit e17d60a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cache-uv-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies and populate cache
3131
run: |
3232
echo "Building global UV cache..."
33-
uv sync --group dev
33+
uv sync
3434
echo "Cache populated successfully"
3535
3636
- name: Save uv caches

.github/workflows/uv-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
enable-cache: false
3939

4040
- name: Install dependencies
41-
run: uv sync --group dev
41+
run: uv sync
4242

4343
- name: Run pylint
4444
run: uv run -- pylint src

0 commit comments

Comments
 (0)