Skip to content

Commit 199c730

Browse files
fix dep group in workflow
1 parent ab67f37 commit 199c730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Install dependencies
5656
run: |
57-
uv sync --group test --frozen
57+
uv sync --group dev --frozen
5858
5959
- name: Authenticate to Google Cloud
6060
uses: google-github-actions/auth@v1
@@ -119,7 +119,7 @@ jobs:
119119
120120
- name: Install dependencies
121121
run: |
122-
uv sync --group test --frozen
122+
uv sync --group dev --frozen
123123
124124
# Install right redis version based on redis py
125125
if [[ "${{ matrix.redis-py-version }}" == "5.x" ]]; then

0 commit comments

Comments
 (0)