We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1120c1c commit e17d60aCopy full SHA for e17d60a
2 files changed
.github/workflows/cache-uv-build.yaml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dependencies and populate cache
31
run: |
32
echo "Building global UV cache..."
33
- uv sync --group dev
+ uv sync
34
echo "Cache populated successfully"
35
36
- name: Save uv caches
.github/workflows/uv-build.yaml
@@ -38,7 +38,7 @@ jobs:
38
enable-cache: false
39
40
- name: Install dependencies
41
- run: uv sync --group dev
+ run: uv sync
42
43
- name: Run pylint
44
run: uv run -- pylint src
0 commit comments